Skip to content

Commit b35a8c0

Browse files
author
parisb
committed
ci: add coverage reporting
1 parent 46f0aa7 commit b35a8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: "Code coverage report"
4646
if: github.event_name == 'pull_request' # Do not run when workflow is triggered by push to main branch
4747
runs-on: ubuntu-latest
48-
needs: unit_tests # Depends on the artifact uploaded by the "unit_tests" job
48+
needs: build # Depends on the artifact uploaded by the "unit_tests" job
4949
permissions:
5050
contents: read
5151
actions: read # to download code coverage results from "test" job

0 commit comments

Comments
 (0)