File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ jobs:
165
165
166
166
coverage :
167
167
runs-on : ubuntu-latest
168
+ needs : [lint, check-msrv, examples]
168
169
steps :
169
170
- uses : actions/checkout@v2
170
171
- name : Set up Python
@@ -178,9 +179,7 @@ jobs:
178
179
continue-on-error : true
179
180
- uses : actions-rs/toolchain@v1
180
181
with :
181
- # 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
182
+ toolchain : nightly
184
183
override : true
185
184
profile : minimal
186
185
components : llvm-tools-preview
Original file line number Diff line number Diff line change
1
+ comment : off
2
+
3
+ coverage :
4
+ status :
5
+ project :
6
+ default :
7
+ target : auto
8
+ threshold : 0.25%
9
+
10
+ ignore :
11
+ - tests/*.rs
You can’t perform that action at this time.
0 commit comments