Skip to content

Commit 03388c1

Browse files
authored
Add codecov.io publishing (#204)
1 parent 11a285b commit 03388c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ jobs:
3939
- name: Run unit tests
4040
run: |
4141
hatch run unit:test
42+
43+
- name: Publish test coverage
44+
uses: codecov/codecov-action@v3
45+
with:
46+
files: .coverage

0 commit comments

Comments
 (0)