@@ -164,7 +164,7 @@ uv run nox -s lint -- --ruff
164164uv 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
170170You 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
0 commit comments