Skip to content

Commit

Permalink
Moved codecov to using token and updated to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdaniel654 committed Jun 21, 2024
1 parent cedf310 commit de7009c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
run: |
pytest --cov-report=xml --cov=ukat
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
env_vars: OS,PYTHON
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: false

0 comments on commit de7009c

Please sign in to comment.