We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
codecov.io
1 parent 11a285b commit 03388c1Copy full SHA for 03388c1
.github/workflows/push.yml
@@ -39,3 +39,8 @@ jobs:
39
- name: Run unit tests
40
run: |
41
hatch run unit:test
42
+
43
+ - name: Publish test coverage
44
+ uses: codecov/codecov-action@v3
45
+ with:
46
+ files: .coverage
0 commit comments