Skip to content

Commit

Permalink
just one line left to reach 100%...
Browse files Browse the repository at this point in the history
  • Loading branch information
carvilsi committed Aug 13, 2024
1 parent 68f3c35 commit a680334
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/cd-ci-test-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
# requires tarpaulin
# install it with: $ cargo install cargo-tarpaulin

mv .env .env-tmp
cp .env-test .env
cargo +nightly tarpaulin --ignore-tests --verbose --all-features --workspace --timeout 120 --out xml
mv .env-tmp .env
mv .env-test .env
cargo tarpaulin --ignore-tests --timeout 120 --out xml

0 comments on commit a680334

Please sign in to comment.