Skip to content

Commit

Permalink
Fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Jun 4, 2024
1 parent b1eb9be commit d8b51c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ jobs:
run: pipenv run tests --cov-report=xml

- name: Report coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.COVERALLS_TOKEN }}
files: coverage.xml
fail_ci_if_error: true

Expand Down

0 comments on commit d8b51c0

Please sign in to comment.