Skip to content

Commit 4a25efb

Browse files
committed
Setup codecov
1 parent bb0fa4a commit 4a25efb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ jobs:
2121
pip install tox tox-gh-actions
2222
- name: Test with tox
2323
run: tox run
24+
- name: Upload coverage reports to Codecov
25+
uses: codecov/[email protected]
26+
with:
27+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)