Skip to content

Commit

Permalink
build: use CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonne authored May 21, 2024
1 parent c89e241 commit b3ea8eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
pytest --cov-report=xml --cov=./ --junit-xml pytest.xml
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: false
verbose: true
Expand Down

0 comments on commit b3ea8eb

Please sign in to comment.