diff options
-rw-r--r-- | .github/workflows/coveralls.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 1042cabdd1..5469bdc194 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -84,6 +84,7 @@ jobs: --exclude "${PWD}/test/testutil/*" --exclude "${PWD}/fuzz/*" --exclude "/usr/include/*" + --ignore-errors mismatch -o ./lcov.info - name: Coveralls upload uses: coverallsapp/github-action@v2.3.2 |