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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/*" \