Skip to content

Commit 129121c

Browse files
committed
Add codecoverage upload
1 parent 1c95e5a commit 129121c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ jobs:
8888
- name: Run tests
8989
run: |
9090
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
91+
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

Comments
 (0)