Skip to content

Commit

Permalink
feat(ci): 💚 add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
MerleLiuKun committed Oct 21, 2024
1 parent a721964 commit 362a033
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 @@ -36,10 +36,11 @@ jobs:
poetry run pytest
- name: Upload coverage to Codecov
if: ${{ matrix.update-coverage }}
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

lint:
name: black
Expand Down

0 comments on commit 362a033

Please sign in to comment.