Skip to content

Commit

Permalink
add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mshannon-sil committed Oct 5, 2023
1 parent 25631a7 commit 656428c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
poetry run pyright
- name: Test with pytest
run: poetry run pytest
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

publish:
name: Create Wheel
Expand Down

0 comments on commit 656428c

Please sign in to comment.