Skip to content

Commit d34bd37

Browse files
ci: add automation folder to coverage reporting
Include automation/ in pytest coverage measurement alongside core/ and api/ to track test coverage for workflow scripts and generators. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 24d07cf commit d34bd37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
uv run pytest tests/unit tests/integration tests/e2e \
9898
-v --tb=short \
99-
--cov=core --cov=api \
99+
--cov=core --cov=api --cov=automation \
100100
--cov-report=term-missing \
101101
--cov-report=xml
102102
# Tests include:

0 commit comments

Comments
 (0)