Skip to content

Commit 2e8588d

Browse files
committed
fix: docs
1 parent 706477c commit 2e8588d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ uv run nox -s test
3434
uv 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)
4040
uv run pytest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ uv run nox -s lint -- --ruff
163163
uv 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

169169
You can also run tools directly:

docs/guides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ uv run nox -s lint -- --ty # ty only
3939
uv 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?

0 commit comments

Comments
 (0)