Skip to content

Commit

Permalink
Use codecov/codecov-action instead of removed codecov package (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Apr 16, 2023
1 parent 541e1f2 commit 1b0f15e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
with:
python-version: 3.7
- name: Install dependencies
run: pip install nox codecov
run: pip install nox
- name: Test with nox
run: nox -e coverage
- name: Upload test coverage
run: codecov -t ${{ secrets.CODECOV_TOKEN }} -f .coverage.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 1b0f15e

Please sign in to comment.