Skip to content

Commit

Permalink
chore: add codecov token even though it shouldn't be required
Browse files Browse the repository at this point in the history
  • Loading branch information
nadilas committed May 31, 2024
1 parent 1132c9f commit 23a317c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:

- uses: codecov/codecov-action@v3
with:
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit 23a317c

Please sign in to comment.