Skip to content

Commit

Permalink
Switch to updated codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Apr 12, 2024
1 parent 7cc7fc5 commit e018b5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ jobs:
run: |
poetry run pytest -r a -v src tests --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
poetry run coverage report
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

imports-without-extras:
strategy:
Expand Down

0 comments on commit e018b5f

Please sign in to comment.