Skip to content

Commit

Permalink
Use nightly for codecov CI stage
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Sep 20, 2022
1 parent 0f21d6c commit 054b85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ codecov:
- find . -name "*.gcda" -type f -delete
script:
# RUSTFLAGS are the cause target cache can't be used here
- cargo build --verbose --all-features --workspace
- cargo test --verbose --all-features --no-fail-fast --workspace
- cargo +nightly build --verbose --all-features --workspace
- cargo +nightly test --verbose --all-features --no-fail-fast --workspace
# coverage with branches
- grcov . --binary-path ./target/debug/ --source-dir . --output-type lcov --llvm --branch
--ignore-not-existing --ignore "/*" --ignore "tests/*" --output-path lcov-w-branch.info
Expand Down

0 comments on commit 054b85f

Please sign in to comment.