Skip to content

Commit b35808a

Browse files
committed
Fixed code coverage nightly pipeline
1 parent 0990249 commit b35808a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- uses: Swatinem/rust-cache@v2
1919
- uses: dtolnay/rust-toolchain@master
2020
with:
21-
toolchain: nightly-2024-08-29
21+
toolchain: nightly-2025-02-25
2222

2323
- name: Install cargo-llvm-cov
2424
uses: taiki-e/install-action@cargo-llvm-cov
2525

2626
- name: Generate code coverage
27-
run: cargo +nightly-2024-08-29 llvm-cov --doctests --features "argmin/_full_dev,argmin-math/latest_all" --workspace --exclude argmin-testfunctions-py --lcov --output-path lcov.info
27+
run: cargo +nightly-2025-02-25 llvm-cov --doctests --features "argmin/_full_dev,argmin-math/latest_all" --workspace --exclude argmin-testfunctions-py --lcov --output-path lcov.info
2828

2929
- name: Upload coverage to Codecov
3030
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)