Skip to content

Commit

Permalink
Use correct token name
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Jun 4, 2024
1 parent d8b51c0 commit 4c1b6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Report coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.COVERALLS_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.xml
fail_ci_if_error: true

Expand Down

0 comments on commit 4c1b6cc

Please sign in to comment.