Skip to content
Snippets Groups Projects
Commit 5b6b0d6a authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Once more exclude arti-bench from coverage.

This was added in !210; looks like it got removed by mistake with
!221.
parent 40c67e5e
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,7 @@ grcov "$COVERAGE_BASEDIR/coverage_meta" \
--excl-stop '^}' \
--ignore="*/tests/*" \
--ignore="*/examples/*" \
--ignore="crates/arti-bench/*" \
--ignore="*/github.com-1ecc6299db9ec823/*"
if [ "$format" != html ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment