ci: add automation folder to coverage reporting#3163
Merged
MarkusNeusinger merged 1 commit intomainfrom Jan 2, 2026
Merged
Conversation
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>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds the automation/ folder to pytest coverage measurement in the CI pipeline. Previously, only core/ and api/ were tracked for coverage. This change enables tracking of test coverage for automation components including plot generators and workflow utilities.
Key Change:
- Added
--cov=automationflag to the pytest command in the CI test workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
automation/to pytest coverage measurement in CI pipelinecore/andapi/were trackedChange
This enables tracking of test coverage for:
automation/generators/plot_generator.pyautomation/scripts/sync_to_postgres.pyautomation/scripts/workflow_utils.pyautomation/scripts/label_manager.pyTest plan
🤖 Generated with Claude Code