(devops): Add script for analyzing code coverage#7119
(devops): Add script for analyzing code coverage#7119realVinayak wants to merge 3 commits intomainfrom
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Triggered by 682b617 on branch refs/heads/issue-7118
Fixes #7118
Context: coverage generates the test coverage for each file (not per app). So, it makes answering questions like "what is the coverage of stored_queries app" hard. This script parses the json dump from coverage and makes per-module coverage report (more useful).