Commit 471167e
ci: add automation folder to coverage reporting (#3163)
## Summary
- Add `automation/` to pytest coverage measurement in CI pipeline
- Previously only `core/` and `api/` were tracked
### Change
```diff
- --cov=core --cov=api \
+ --cov=core --cov=api --cov=automation \
```
This enables tracking of test coverage for:
- `automation/generators/plot_generator.py`
- `automation/scripts/sync_to_postgres.py`
- `automation/scripts/workflow_utils.py`
- `automation/scripts/label_manager.py`
## Test plan
- [x] CI workflow syntax is valid
- [ ] Coverage report includes automation/ folder
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 24d07cf commit 471167e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments