Skip to content

Commit

Permalink
nightly why not
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 committed Oct 29, 2024
1 parent 736e99a commit 905c9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-llvm-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
- name: Update Rust toolchain
run: rustup update stable

- name: Generate code coverage (from nextest) # ./target/llvm-cov/html
- name: Generate code coverage (nextest) # ./target/llvm-cov/html
run: |
cargo llvm-cov clean
IOTA_SKIP_SIMTESTS=1 cargo llvm-cov --all-features --branch --ignore-run-fail --html nextest
IOTA_SKIP_SIMTESTS=1 cargo +nightly llvm-cov --all-features --branch --ignore-run-fail --html nextest
- name: Upload coverage report (nextest)
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # pin@v4
Expand Down

0 comments on commit 905c9dd

Please sign in to comment.