3 Commits
Author SHA1 Message Date
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
Matthias Dressel ddb3189c25 gcovr: Ignore parsing errors 2022-09-09 09:21:25 +02:00
Niklas HaasandJean-Baptiste Kempf 2b98fd286c CI: Enable coverage reports
Blacklisted some files not directly relevant to the codebase (such as
tests, tools and debugging functions).

The coverage HTML report gets attached as a build artifact, although
unfortunately we can't link directly to the `index.html`. We also attach
the coverage XML as a cobertura report, although I'm not sure if it does
anything.
2020-06-07 16:55:06 +02:00