Skip to content

Commit

Permalink
ci: provide Codecov upload token
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Jan 31, 2024
1 parent 663b8dc commit b67d175
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
run: poetry run pytest --cov=src --cov-report=xml -vv

- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
fail_ci_if_error: true
env:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b67d175

Please sign in to comment.