From b284b3bd2ef7e004fd1b016ac8919c7a3b7b38c2 Mon Sep 17 00:00:00 2001 From: Momo Kornher Date: Mon, 18 Nov 2024 08:51:09 +0000 Subject: [PATCH] fix name to avoid v5 bug according to https://github.com/codecov/codecov-action/issues/1659#issue-2662470233 --- .github/workflows/status-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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