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 19:13:23 +01:00
parent 2ab2ec388e
commit 91ddba0b07
+1 -1
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