report cov xml
This commit is contained in:
parent
73c2d2fbf6
commit
be9c3ce885
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: poetry install --with=test
|
||||
- name: Run pytest
|
||||
run: poetry run pytest --cov=teufa tests/
|
||||
run: poetry run pytest --cov=teufa --cov-report=xml tests/
|
||||
env:
|
||||
DATABASE_URL: postgresql+psycopg://postgres:postgres@localhost:5432/postgres
|
||||
- name: Upload coverage reports to Codecov
|
||||
|
Loading…
x
Reference in New Issue
Block a user