Commit 5b672cd
committed
coverage: ignore lcov errors temporarily
problem: we seem to get spurious branch merge mismatch errors in CI, and
ensuring atomicity has not helped
solution: ignore all lcov errors with GCOV_ERROR_FILE=/dev/null
We can't ignore that specific class of errors with `--ignore-errors
mismatch` because our lcov version is too low, and increasing the
version is not an easy option in el8.
fixes #60781 parent 06d893e commit 5b672cd
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
0 commit comments