Skip to content

Commit

Permalink
build: Update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Apr 13, 2024
1 parent 88daee4 commit d66c395
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 @@ -102,8 +102,9 @@ jobs:
# upload coverage stats
#----------------------------------------------
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d66c395

Please sign in to comment.