diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab0cdc9..7af3dc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: # Upload ONLY the gcovr report. Without disable_search + plugins: noop # the action re-runs gcov over the whole build tree and pulls system # headers and tests into the report, which the src/ filter excludes. - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: coverage.xml disable_search: true