Skip to content

Commit 696503f

Browse files
committed
Fixed missing xml coverage report
1 parent 7afe58c commit 696503f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install test dependencies
4646
run: pip install -r requirements/test.txt
4747
- name: Test
48-
run: pytest
48+
run: pytest --cov-report=xml
4949
- name: Upload coverage to Codecov
5050
uses: codecov/codecov-action@v3
5151
with:

0 commit comments

Comments
 (0)