diff --git a/.github/workflows/status-checks.yml b/.github/workflows/status-checks.yml index 0ba41c852..24bd9e737 100644 --- a/.github/workflows/status-checks.yml +++ b/.github/workflows/status-checks.yml @@ -76,7 +76,7 @@ jobs: cargo llvm-cov report --hide-instantiations --ignore-filename-regex '^(tests/.*\.rs|.*/tests\.rs)$' --codecov --output-path target/codecov.json cargo llvm-cov report --hide-instantiations --ignore-filename-regex '^(tests/.*\.rs|.*/tests\.rs)$' --html --output-dir target/coverage cargo llvm-cov report --hide-instantiations --ignore-filename-regex '^(tests/.*\.rs|.*/tests\.rs)$' - - name: Upload Coverage to CodeCov + - name: upload-codecov uses: codecov/codecov-action@v5 with: use_oidc: true