Skip to content

Commit

Permalink
Switch to codecov v4 action
Browse files Browse the repository at this point in the history
Token is in the repository secrets, so this should be all good.
  • Loading branch information
iustin committed Feb 9, 2024
1 parent f14472b commit cfbb554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@ jobs:
run: python -m pytest tests

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
#files: ./coverage1.xml,./coverage2.xml
#directory: ./coverage/reports/
#flags: unittests
#env_vars: OS,PYTHON
name: codecov-python-${{ matrix.python-version }}
token: ${{ secrets.CODECOV_TOKEN }}
#fail_ci_if_error: true
#verbose: true
gcov: true

- name: Build documentation
run: make doc

0 comments on commit cfbb554

Please sign in to comment.