-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix: sonarcloud coverage reporting #241
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes SonarCloud coverage reporting by updating the coverage report paths configuration to include both local and AWS Lambda calculator coverage files.
- Updated the
sonar.python.coverage.reportPathsproperty to include multiple coverage.xml files from different directories
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||
PR Code Suggestions ✨No code suggestions found for the PR. |
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||||||||
|



PR Type
Bug fix
Description
Updated SonarCloud coverage report paths configuration
Added coverage path for AWS Lambda calculator module
Included root project coverage path for complete analysis
Diagram Walkthrough
File Walkthrough
sonar-project.properties
Update coverage report paths for multi-module analysissonar-project.properties
sonar.python.coverage.reportPathsto include multiple coveragereport locations
coverage.xmlto dual paths:./aws-lambda-calculator/coverage.xml,./coverage.xmland AWS Lambda calculator module