diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 20773195..ffb7be31 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -44,8 +44,9 @@ jobs: - name: Generate coverage run: grcov . --binary-path target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../**' --ignore '/*' -o coverage.lcov - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage.lcov flags: rust fail_ci_if_error: true + use_oidc: true