fix(profit-loss-report): handle zero base values and prevent null% display#54684
fix(profit-loss-report): handle zero base values and prevent null% display#54684AhmedAbokhatwa wants to merge 3 commits intofrappe:developfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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. Review rate limit: 6/8 reviews remaining, refill in 7 minutes and 49 seconds.Comment |
f3a5430 to
aac3ccd
Compare
…showing null% for empty cell
… null% for empty cell
aac3ccd to
7335011
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #54684 +/- ##
===========================================
+ Coverage 79.27% 79.75% +0.47%
===========================================
Files 1158 1160 +2
Lines 125495 126451 +956
===========================================
+ Hits 99492 100853 +1361
+ Misses 26003 25598 -405
🚀 New features to boost your workflow:
|
fix margin calculation and prevent invalid percentage display in Profit and Loss report
Before