Commit e799ca0
authored
Add gcovr.cfg to fix CI coverage merge errors (#1635)
Configures gcovr to use 'merge-mode-functions = separate', resolving the
GcovrMergeAssertionError caused by strict merging of header-only functions
in `jsontest.h`.
Also adds source filtering to focus reports on `src/lib_json/` and
`include/json/`, and excludes throw branches to reduce false positives.1 parent 32f924f commit e799ca0
1 file changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments