We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf3d54 commit 1ee9e09Copy full SHA for 1ee9e09
.github/workflows/coverage.yml
@@ -16,13 +16,15 @@ jobs:
16
uses: actions/checkout@v4
17
18
- uses: Swatinem/rust-cache@v2
19
- - uses: dtolnay/rust-toolchain@nightly
+ - uses: dtolnay/rust-toolchain@master
20
+ with:
21
+ toolchain: nightly-2024-02-09
22
23
- name: Install cargo-llvm-cov
24
uses: taiki-e/install-action@cargo-llvm-cov
25
26
- name: Generate code coverage
- run: cargo +nightly llvm-cov --doctests --features "argmin/_full_dev,argmin-math/latest_all" --workspace --lcov --output-path lcov.info
27
+ run: cargo +nightly-2024-02-09 llvm-cov --doctests --features "argmin/_full_dev,argmin-math/latest_all" --workspace --lcov --output-path lcov.info
28
29
- name: Upload coverage to Codecov
30
uses: codecov/codecov-action@v3
0 commit comments