File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,6 @@ jobs:
381
381
profile : minimal
382
382
toolchain : nightly
383
383
override : true
384
- components : llvm-tools-preview
385
384
386
385
- name : Install cargo-llvm-cov
387
386
run : |
@@ -390,9 +389,9 @@ jobs:
390
389
- name : Generate coverage report
391
390
run : |
392
391
cargo llvm-cov clean --workspace
393
- cargo llvm-cov --no-report --all-features -- --test-threads=1
394
- RUSTFLAGS="--cfg __ui_tests" cargo llvm-cov --no-report --tests --all-features -- compile_fail
395
- cargo llvm-cov --no-run --lcov > lcov.txt
392
+ cargo llvm-cov test --no-report --all-features -- --test-threads=1
393
+ RUSTFLAGS="--cfg __ui_tests" cargo llvm-cov test --no-report --tests --all-features -- compile_fail
394
+ cargo llvm-cov report --lcov > lcov.txt
396
395
397
396
- name : Upload coverage report
398
397
uses : codecov/codecov-action@v1
You can’t perform that action at this time.
0 commit comments