Skip to content

Commit

Permalink
Simplify partial coverage info
Browse files Browse the repository at this point in the history
Added gcovr config which excludes partial info
from branches that are not usually considered.
  • Loading branch information
eivindjahren committed May 31, 2022
1 parent 851e0fb commit efc1894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gcovr.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exclude-unreachable-branches = yes
exclude-throw-branches = yes

0 comments on commit efc1894

Please sign in to comment.