There was an error while loading. Please reload this page.
1 parent 9ea7b4c commit 17c172cCopy full SHA for 17c172c
1 file changed
.github/workflows/pytest.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
enable-cache: true
20
- 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
+ run: uv run pytest -n auto --cov=autowsgr --cov-report=xml --cov-report=term-missing --junitxml=junit.xml
22
- name: Upload coverage to Codecov
23
uses: codecov/codecov-action@v5
24
0 commit comments