Skip to content

Commit 3a178ca

Browse files
committed
try another codecov token
1 parent 6eb2ac8 commit 3a178ca

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/tests.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@ jobs:
7373

7474
- name: Run test cover
7575
run: sh helper/test-cover.sh
76-
- name: Upload to codecov
77-
uses: codecov/codecov-action@v3
78-
with:
79-
token: ${{ secrets.CODECOV_TOKEN }}
80-
files: ./coverage.txt # optional
81-
fail_ci_if_error: true # optional (default = false)
82-
verbose: true # optional (default = false)
76+
- name: Upload coverage to Codecov
77+
run: bash <(curl -s https://codecov.io/bash)
78+
env:
79+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)