Add macOS and Windows code coverage builds#162
Add macOS and Windows code coverage builds#162mvandeberg merged 1 commit intocppalliance:developfrom
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe code-coverage workflow is refactored to parallelize builds across Linux, macOS, and Windows platforms, replacing matrix-driven configuration with hard-coded values per platform. Coverage artifacts are generated and uploaded separately for each platform, then consolidated during a new dedicated deployment job that publishes platform-specific coverage reports to GitHub Pages alongside updated README badges. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~30 minutes Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #162 +/- ##
===========================================
+ Coverage 82.07% 82.23% +0.15%
===========================================
Files 70 70
Lines 5876 5876
===========================================
+ Hits 4823 4832 +9
+ Misses 1053 1044 -9 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Summary by CodeRabbit
Chores
Documentation