Skip to content

Commit

Permalink
fix: CodeCov token not found when running GH action.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdleal committed Apr 23, 2024
1 parent 1686dfa commit bddfefa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
- name: Report coverage
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.txt
fail_ci_if_error: true

0 comments on commit bddfefa

Please sign in to comment.