Skip to content

Commit 63fd7e2

Browse files
committed
fix: r
Signed-off-by: ashing <[email protected]>
1 parent 5f36770 commit 63fd7e2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/codecov.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
- name: run codecov.sh
3131
run: bash scripts/codecov.sh
3232

33-
- name: Upload coverage reports to Codecov
34-
uses: codecov/[email protected]
35-
with:
36-
token: ${{ secrets.CODECOV_TOKEN }}
37-
flags: unittest
38-
fail_ci_if_error: true
33+
- name: Publish to codecov.io
34+
env:
35+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
36+
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)