File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 - name : Install Rust toolchain
1919 uses : actions-rust-lang/setup-rust-toolchain@v1
2020 with :
21- toolchain : nightly
21+ toolchain : nightly-2025-11-27
2222 override : true
2323 cache : true
2424 components : llvm-tools-preview
2727 - name : Make coverage directory
2828 run : mkdir coverage
2929 - name : Test and report coverage
30- run : cargo +nightly llvm-cov -q --doctests --branch --all --ignore-filename-regex "(example*|crates/testenv/*)" --all-features --lcov --output-path ./coverage/lcov.info
30+ run : cargo llvm-cov -q --doctests --branch --all --ignore-filename-regex "(example*|crates/testenv/*)" --all-features --lcov --output-path ./coverage/lcov.info
3131 - name : Generate HTML coverage report
3232 run : genhtml -o coverage-report.html --ignore-errors unmapped ./coverage/lcov.info
3333 - name : Coveralls upload
You can’t perform that action at this time.
0 commit comments