Skip to content

Commit

Permalink
build(code): 🙈 codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
MerleLiuKun committed Aug 19, 2024
1 parent bfe80a3 commit 33841d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
run: poetry run pytest
- name: Upload coverage to Codecov
if: ${{ matrix.update-coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true

lint:
Expand Down

0 comments on commit 33841d7

Please sign in to comment.