Skip to content

Commit

Permalink
Add codecov.io publishing (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored and FastLee committed Sep 19, 2023
1 parent 087d922 commit 8c56351
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ jobs:
- name: Run unit tests
run: |
hatch run unit:test
- name: Publish test coverage
uses: codecov/codecov-action@v3
with:
files: .coverage

0 comments on commit 8c56351

Please sign in to comment.