-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft: Initial Proposal for redesign of coverage processor #230
base: main
Are you sure you want to change the base?
Draft: Initial Proposal for redesign of coverage processor #230
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
** CoverageData & CoverageReport
via a factory
PR Type
enhancement, tests
Description
CoverageData
andCoverageReport
data classes.Changes walkthrough 📝
processor.py
Implement coverage processing with a new class hierarchy
cover_agent/coverage/processor.py
CoverageData
andCoverageReport
data classes.(Cobertura, Lcov, Jacoco).
test_processor.py
Add tests for coverage processor classes
tests/coverage/test_processor.py
CoverageProcessorFactory
andCoverageProcessor
.Lcov).
CoverageProcessor.py
Minor formatting adjustment
cover_agent/CoverageProcessor.py
test_CoverageProcessor.py
Remove unnecessary newline
tests/test_CoverageProcessor.py