Skip to content

Commit

Permalink
Updated codecov upload step in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
louieQ committed Jul 23, 2024
1 parent 3bcfac5 commit b62f918
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ jobs:
poetry run python -m pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
env_vars: OS,PYTHON
fail_ci_if_error: true
files: ./coverage.xml
flags: pytest
name: CI
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true # optional (default = false)

0 comments on commit b62f918

Please sign in to comment.