Skip to content

Commit be9c3ce

Browse files
committed
report cov xml
1 parent 73c2d2f commit be9c3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install dependencies
5050
run: poetry install --with=test
5151
- name: Run pytest
52-
run: poetry run pytest --cov=teufa tests/
52+
run: poetry run pytest --cov=teufa --cov-report=xml tests/
5353
env:
5454
DATABASE_URL: postgresql+psycopg://postgres:postgres@localhost:5432/postgres
5555
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)