We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f0aa7 commit b35a8c0Copy full SHA for b35a8c0
.github/workflows/pr.yaml
@@ -45,7 +45,7 @@ jobs:
45
name: "Code coverage report"
46
if: github.event_name == 'pull_request' # Do not run when workflow is triggered by push to main branch
47
runs-on: ubuntu-latest
48
- needs: unit_tests # Depends on the artifact uploaded by the "unit_tests" job
+ needs: build # Depends on the artifact uploaded by the "unit_tests" job
49
permissions:
50
contents: read
51
actions: read # to download code coverage results from "test" job
0 commit comments