We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ec048 commit a6aa9bfCopy full SHA for a6aa9bf
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Install dependencies
50
run: uv sync --group=test
51
- name: Run pytest
52
- run: uv run pytest --cov=teufa --cov-report=xml tests/
+ run: uv run pytest --cov=teufa --cov-report=xml --junitxml=junit.xml -o junit_family=legacy tests/
53
env:
54
DATABASE_URL: postgresql+psycopg://postgres:postgres@localhost:5432/postgres
55
- name: Upload coverage reports to Codecov
0 commit comments