Skip to content

Commit a6aa9bf

Browse files
committed
upload tests results to codecov
1 parent 57ec048 commit a6aa9bf

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: uv sync --group=test
5151
- name: Run pytest
52-
run: uv run pytest --cov=teufa --cov-report=xml tests/
52+
run: uv run pytest --cov=teufa --cov-report=xml --junitxml=junit.xml -o junit_family=legacy 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)