Skip to content

Commit

Permalink
Specify CODECOV_TOKEN for coverage upload (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Feb 27, 2024
1 parent 0e15234 commit ba0882e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
--cov-report xml:coverage.xml
--timeout=2
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
yamllint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ba0882e

Please sign in to comment.