Skip to content

Commit 44b29cd

Browse files
committed
ci(coverage): Pin toolchain to nightly-2025-11-27
1 parent 87cc8ba commit 44b29cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -27,7 +27,7 @@ jobs:
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

0 commit comments

Comments
 (0)