ci: re-disable carryforward flags#545
Conversation
Didn't work. Maybe it need few runs inbetween to get rid of all stale carryforward data so lets try again.
📝 WalkthroughWalkthroughThe default carryforward behavior for code coverage flags in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.codecov.yml:
- Line 24: The Codecov config currently sets carryforward: false which causes
missing per-group uploads (core, spv, wallet, ffi, rpc) to be treated as absent
and can make PR status unstable; update the .codecov.yml to either enable
carryforward (set carryforward: true) or explicitly set
flag_coverage_not_uploaded_behavior to a safe option (e.g., "skip" or "ignore")
so that missing group uploads don't produce incomplete flag data and flaky
status checks—make this change near the existing carryforward entry and ensure
groups referenced (core/spv/wallet/ffi/rpc) are taken into account.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: fd65a2ba-91bf-43ec-aa6a-00135f6ba0ff
📒 Files selected for processing (1)
.codecov.yml
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v0.42-dev #545 +/- ##
=============================================
- Coverage 65.95% 65.94% -0.02%
=============================================
Files 311 311
Lines 64586 64586
=============================================
- Hits 42599 42589 -10
- Misses 21987 21997 +10
|
Didn't work. Maybe it need few runs inbetween to get rid of all stale carryforward data so lets try again.
Summary by CodeRabbit