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 bc4bf35 commit 92fa6bbCopy full SHA for 92fa6bb
.github/workflows/ci.yml
@@ -165,6 +165,7 @@ jobs:
165
166
coverage:
167
runs-on: ubuntu-latest
168
+ needs: [lint, check-msrv, examples]
169
steps:
170
- uses: actions/checkout@v2
171
- name: Set up Python
@@ -178,9 +179,7 @@ jobs:
178
179
continue-on-error: true
180
- uses: actions-rs/toolchain@v1
181
with:
- # TODO: this is pinned to work around a rustc bug in instrumented coverage
182
- # https://github.com/taiki-e/cargo-llvm-cov/issues/128
183
- toolchain: nightly-2022-01-14
+ toolchain: nightly
184
override: true
185
profile: minimal
186
components: llvm-tools-preview
0 commit comments