File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ uv run nox -s test
3434uv run pytest tests/tools/test__logger.py
3535
3636# Run with JUnit XML output for CI
37- uv run nox -s test -- --cov_report= xml
37+ uv run nox -s test -- --cov_report xml --junitxml junit. xml
3838
3939# Run pytest directly (bypasses nox)
4040uv run pytest
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ uv run nox -s lint -- --ruff
163163uv run nox -s test
164164
165165# Run tests with JUnit XML output (for CI)
166- uv run nox -s test -- --cov_report= xml
166+ uv run nox -s test -- --cov_report xml --junitxml junit. xml
167167```
168168
169169You can also run tools directly:
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ uv run nox -s lint -- --ty # ty only
3939uv run nox -s test
4040
4141# Run tests with JUnit XML output (for CI)
42- uv run nox -s test -- --cov_report= xml
42+ uv run nox -s test -- --cov_report xml --junitxml junit. xml
4343```
4444
4545### Why nox?
You can’t perform that action at this time.
0 commit comments