Skip to content

Commit 94cadac

Browse files
committed
Change codecov upload
Signed-off-by: Gabriele Santomaggio <g.santomaggio@gmail.com>
1 parent 49c7103 commit 94cadac

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,5 @@ jobs:
6666
uses: taiki-e/install-action@cargo-llvm-cov
6767
- name: Generate code coverage
6868
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info --ignore-filename-regex benchmark
69-
- name: Upload coverage to Codecov
70-
uses: codecov/codecov-action@v3
71-
with:
72-
token: ${{ secrets.CODECOV_TOKEN }}
73-
files: lcov.info
74-
fail_ci_if_error: true
69+
- name: Upload code coverage to Codecov
70+
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)