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
This commit is contained in:
Matthias Dressel 2024-02-22 10:51:39 +01:00
parent 2ab2ec388e
commit 91ddba0b07
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
exclude = .*/tests/.*
exclude = .*/tools/.*
exclude = .*/include/common/dump.h
gcov-ignore-parse-errors = yes
gcov-ignore-parse-errors = negative_hits.warn