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.
1 parent 09fab0b commit b4f7916Copy full SHA for b4f7916
.github/workflows/test.yml
@@ -88,4 +88,12 @@ jobs:
88
- name: Run tests
89
run: |
90
source .venv/bin/activate
91
- coverage run -m unittest discover -s tests
+ coverage run -m unittest discover -s tests
92
+ #----------------------------------------------
93
+ # upload coverage stats
94
95
+ - name: Upload coverage
96
+ uses: codecov/codecov-action@v3
97
+ with:
98
+ file: ./coverage.xml
99
+ fail_ci_if_error: true
0 commit comments