Exclude lines for coverage
This commit is contained in:
parent
42c851cddb
commit
bdd1cc830b
|
|
@ -20,5 +20,6 @@ grcov target/profile \
|
||||||
--output-types html \
|
--output-types html \
|
||||||
--branch \
|
--branch \
|
||||||
--ignore-not-existing \
|
--ignore-not-existing \
|
||||||
|
--excl-line "^ *\}$" \
|
||||||
--output-path target/coverage
|
--output-path target/coverage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue