Skip to content

Commit 17c172c

Browse files
committed
ci: remove deprecated junit_family=legacy option
1 parent 9ea7b4c commit 17c172c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
enable-cache: true
2020
- name: Run tests with coverage
21-
run: uv run pytest -n auto --cov=autowsgr --cov-report=xml --cov-report=term-missing --junitxml=junit.xml -o junit_family=legacy
21+
run: uv run pytest -n auto --cov=autowsgr --cov-report=xml --cov-report=term-missing --junitxml=junit.xml
2222
- name: Upload coverage to Codecov
2323
uses: codecov/codecov-action@v5
2424
with:

0 commit comments

Comments
 (0)