Skip to content
Snippets Groups Projects
Commit 80ba5879 authored by trinity-1686a's avatar trinity-1686a
Browse files

fix with_coverage script to exclude pub(crate) mod test from results

parent 8dc6e958
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ grcov "$COVERAGE_BASEDIR/coverage_meta" \
-t "$format" \
--branch \
--ignore-not-existing \
--excl-start '^mod test' \
--excl-start '^(pub(\((crate|super)\))? )?mod test' \
--excl-stop '^}' \
--ignore="*/tests/*" \
--ignore="*/examples/*" \
......
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