Skip to content

Commit 134a94d

Browse files
committed
👷🏼Generating coverage.xml
1 parent 2756799 commit 134a94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Run tests
5858
run: |
5959
source .venv/bin/activate
60-
pytest --cov
60+
pytest --cov-report xml --cov
6161
- name: Upload coverage to Codecov
6262
uses: codecov/codecov-action@v3
6363
env:

0 commit comments

Comments
 (0)