Files
Matthias Dressel 91ddba0b07 gcovr: Fix config file
gcovr 7.0 fixed a config file parsing bug [0].
Valid options are 'all', 'negative_hits.warn',
'negative_hits.warn_once_per_file'.

[0] https://github.com/gcovr/gcovr/pull/816
2024-02-22 19:13:23 +01:00

5 lines
125 B
INI

exclude = .*/tests/.*
exclude = .*/tools/.*
exclude = .*/include/common/dump.h
gcov-ignore-parse-errors = negative_hits.warn