Conversation
Code ReviewIssue FoundFile: Bug: Undefined function The function
This will cause a compilation error: Suggested fix: Add the |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2046 +/- ##
===========================================
+ Coverage 49.57% 50.18% +0.61%
===========================================
Files 873 871 -2
Lines 150595 150614 +19
===========================================
+ Hits 74662 75591 +929
+ Misses 70896 69984 -912
- Partials 5037 5039 +2 see 24 files with indirect coverage changes 🚀 New features to boost your workflow:
|
lucca30
left a comment
There was a problem hiding this comment.
lgtm.
If possible, I would suggest to ask claude to look into the introduced changes in bor_test.go and check the duplicates. In general it do a pretty good job addressing this.
|
Thanks! I refactored another time. Duplication seems ok now. |
* consensus/bor: add test coverage * Add missing files * Refactor * Refactor & deduplicate


Add unit tests for consensus/bor