Skip to content

Commit

Permalink
Upload coverage report with token
Browse files Browse the repository at this point in the history
  • Loading branch information
Askaholic committed Apr 20, 2024
1 parent 6312b1e commit abc6bd5
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 @@ -95,8 +95,9 @@ jobs:

- name: Report coverage
if: ${{ github.event_name != 'schedule' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.xml
fail_ci_if_error: true

Expand Down

0 comments on commit abc6bd5

Please sign in to comment.