Skip to content

Commit 7625986

Browse files
committed
update: docs
1 parent 2743461 commit 7625986

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
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 -- --junitxml=results.xml
37+
uv run nox -s test -- uv run nox -s test -- --cov_report=xml
3838

3939
# Run pytest directly (bypasses nox)
4040
uv run pytest

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ uv run nox -s lint -- --ruff
164164
uv run nox -s test
165165

166166
# Run tests with JUnit XML output (for CI)
167-
uv run nox -s test -- --junitxml=results.xml
167+
uv run nox -s test -- --cov_report=xml
168168
```
169169

170170
You can also run tools directly:
@@ -338,17 +338,17 @@ Automated workflows ensure code quality and consistency. All workflows run on pu
338338

339339
**Available workflows in `.github/workflows/`:**
340340

341-
| Workflow | Purpose | Tools Used |
342-
|----------|---------|-----------|
343-
| `docker.yml` | Validate Docker build | Docker |
344-
| `devcontainer.yml` | Validate Dev Container configuration | devcontainer CLI |
345-
| `format.yml` | Check code formatting | Ruff |
346-
| `labeler.yml` | Add label in GitHub | GitHub |
347-
| `lint.yml` | Run static analysis | Ruff, ty |
348-
| `test.yml` | Run test suite with coverage | pytest, coverage |
349-
| `gh-deploy.yml` | Deploy documentation to GitHub Pages | MkDocs |
350-
| `pr-agent.yml` | Automated PR reviews | Qodo AI PR Agent |
351-
| `publish-devcontainer.yml` | Publish Dev Container image | Docker, GHCR |
341+
| Workflow | Purpose | Tools Used |
342+
| -------------------------- | ------------------------------------ | ---------------- |
343+
| `docker.yml` | Validate Docker build | Docker |
344+
| `devcontainer.yml` | Validate Dev Container configuration | devcontainer CLI |
345+
| `format.yml` | Check code formatting | Ruff |
346+
| `labeler.yml` | Add label in GitHub | GitHub |
347+
| `lint.yml` | Run static analysis | Ruff, ty |
348+
| `test.yml` | Run test suite with coverage | pytest, coverage |
349+
| `gh-deploy.yml` | Deploy documentation to GitHub Pages | MkDocs |
350+
| `pr-agent.yml` | Automated PR reviews | Qodo AI PR Agent |
351+
| `publish-devcontainer.yml` | Publish Dev Container image | Docker, GHCR |
352352

353353
## 🎨 VSCode Configuration
354354

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 -- --junitxml=results.xml
42+
uv run nox -s test -- --cov_report=xml
4343
```
4444

4545
### Why nox?

0 commit comments

Comments
 (0)