feat(test): add hatch scripts and docs for coverage reports#1043
Conversation
Add coverage lifecycle scripts (coverage-erase, coverage-combine, coverage-report) and document how to generate a combined coverage report that includes both unit and e2e tests. Related to python-wheel-build#1033 Co-Authored-By: Claude <claude@anthropic.com> Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis pull request enhances coverage report generation by introducing timestamped file storage. The changes add a Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
Add coverage lifecycle scripts (coverage-erase, coverage-combine, coverage-report) and document how to generate a combined coverage report that includes both unit and e2e tests.
Related to #1033