Skip to content

Commit 51fcfc3

Browse files
committed
skip coverage in required CI jobs
1 parent ff13940 commit 51fcfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# This approach also allows some jobs to be skipped if they are not needed.
8888
ci-passed:
8989
if: always()
90-
needs: [ test, test-nightly, test-msrv, coverage ]
90+
needs: [ test, test-nightly, test-msrv ]
9191
runs-on: ubuntu-latest
9292
steps:
9393
- if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}

0 commit comments

Comments
 (0)