Skip to content

Commit d44c6b1

Browse files
authored
Merge pull request #129 from MerleLiuKun/fix-ci
chore(codecov): 🔨 update codecov action
2 parents 928a3a4 + 84586f0 commit d44c6b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ jobs:
4343
pytest
4444
- name: Upload coverage to Codecov
4545
if: ${{ matrix.update-coverage }}
46-
uses: codecov/codecov-action@v1
46+
uses: codecov/codecov-action@v3
4747
with:
48-
file: ./coverage.xml
48+
token: ${{ secrets.CODECOV_TOKEN }}
49+
files: ./coverage.xml
4950
fail_ci_if_error: true
51+
verbose: true
5052

5153
lint:
5254
name: black

0 commit comments

Comments
 (0)