rsyslog/tests/CI/gcov.supp
Rainer Gerhards 8c38d3647f
CI: add valgrind suppressions for -coverage gcc option
These suppressions are always used, as they can never be caused by
actual program code. So it doesn't hurt to always use them.

Also add some support for CodeCov tool.
2018-09-21 18:34:38 +02:00

7 lines
80 B
Plaintext

{
gcc -coverage exceptions
Helgrind:Race
fun:__gcov_merge_add
...
}