Skip to content

Commit

Permalink
Update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Apr 29, 2024
1 parent f7232f0 commit c0fa89e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ jobs:
- name: Install test requirements
run: pip install -r test-requirements.txt
- name: Run tests
run: python setup.py test --addopts "--cov-report xml"
run: python setup.py test
- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
env_vars: OS,PYTHON
token: ${{ secrets.CODECOV_TOKEN }}

Release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c0fa89e

Please sign in to comment.