diff --git a/.github/workflows/main-checks.yml b/.github/workflows/main-checks.yml index a7163bd..2f47f51 100644 --- a/.github/workflows/main-checks.yml +++ b/.github/workflows/main-checks.yml @@ -49,7 +49,9 @@ jobs: gcovr --cobertura coverage.xml \ --root . \ --exclude 'build/_deps/.*' \ - --exclude 'test/.*' + --exclude 'test/.*' \ + --gcov-ignore-errors=source_not_found \ + --gcov-ignore-errors=no_working_dir_found - name: Upload to Codecov uses: codecov/codecov-action@v6