Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update coverage.yml #122

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@ jobs:
runs-on: [self-hosted, linux, x64, gpu]
container:
image: ubuntu
# DEBUG to make sure the action can pass at all
permissions: write-all
# Allow publishing new comments on PRs
# pull-requests: write
# Allow for editing existing comments
# contents: write
permissions:
# Read the action that triggered this one
# actions: read
actions: read
# Allow to write check runs
# checks: read
checks: write
# Allow for editing existing comments
contents: write
# Allow publishing new comments on PRs
pull-requests: write
# Read and update commit statuses
statuses: write


# Allow to check commit statusses
steps:
- name: Download Artifact
Expand All @@ -44,5 +47,6 @@ jobs:
minimum_coverage: 75
show_missing: True
fail_below_threshold: True
link_missing_lines: True
# False for now, might set to true later
only_changed_files: False