Skip to content

Commit

Permalink
Merge pull request #6 from lewisjared/update-codecov
Browse files Browse the repository at this point in the history
Switch to updated codecov action
  • Loading branch information
znicholls authored Apr 16, 2024
2 parents 7cc7fc5 + e31a5e8 commit ea7eab7
Show file tree
Hide file tree
Showing 2 changed files with 5 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
1 change: 1 addition & 0 deletions changelog/6.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated CI to use new code coverage uploading action

0 comments on commit ea7eab7

Please sign in to comment.