Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 flux-framework#6078
- Loading branch information