Skip to content

Commit 401117e

Browse files
committed
Add codecoverage upload
1 parent b4f7916 commit 401117e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Run tests
8989
run: |
9090
source .venv/bin/activate
91-
coverage run -m unittest discover -s tests
91+
coverage run -m unittest discover -s tests --cov=<project-dir> --cov-report=xml
9292
#----------------------------------------------
9393
# upload coverage stats
9494
#----------------------------------------------

0 commit comments

Comments
 (0)