Skip to content

Commit

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

# Running those locally takes really long.
# Some tests `timeout` with Tarpaulin, although they do not when run with `cargo`.
# For this reason, use the --no-fail-fast flag.

cargo install cargo-tarpaulin
git submodule init
git submodule update
Expand Down

0 comments on commit 7645478

Please sign in to comment.