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 1c95e5a commit 129121cCopy full SHA for 129121c
.github/workflows/test.yml
@@ -88,12 +88,12 @@ jobs:
88
- name: Run tests
89
run: |
90
source .venv/bin/activate
91
- coverage run -m unittest discover -s tests --cov-report=xml
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
+ coverage run -m unittest discover -s tests
+# #----------------------------------------------
+# # upload coverage stats
+# - name: Upload coverage
+# uses: codecov/codecov-action@v3
+# with:
+# file: ./coverage.xml
+# fail_ci_if_error: true
0 commit comments