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 0156fc0 commit 1773fc7
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 1773fc7

Please sign in to comment.