We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0fa4a commit 4a25efbCopy full SHA for 4a25efb
.github/workflows/test.yml
@@ -21,3 +21,7 @@ jobs:
21
pip install tox tox-gh-actions
22
- name: Test with tox
23
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