Skip to content

Commit

Permalink
Pass CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Jul 27, 2024
1 parent df669e1 commit b5594c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
pytest tests/ --cov=nibe --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b5594c4

Please sign in to comment.