Skip to content

Commit

Permalink
CBC-919 (Code Coverage): fix generate code coverage scripts (tarpaulin)
Browse files Browse the repository at this point in the history
  • Loading branch information
michscho committed Oct 23, 2024
1 parent e232da9 commit 6d47d1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/generate-code-coverage-html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ set -e # fail on any error
set -u # treat unset variables as error

cargo install cargo-tarpaulin
cargo tarpaulin --out Html
git submodule init
git submodule update
cargo tarpaulin --all --out Html --skip-clean --no-fail-fast

0 comments on commit 6d47d1f

Please sign in to comment.