[MEL] Use message extractor to completely replace inbox reader and tracker code#4593
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #4593 +/- ##
==========================================
+ Coverage 34.12% 34.30% +0.18%
==========================================
Files 497 497
Lines 59178 59233 +55
==========================================
+ Hits 20193 20319 +126
+ Misses 35432 35373 -59
+ Partials 3553 3541 -12 |
…andtracker-with-messageextractor
❌ 5 Tests Failed:
View the top 3 failed tests by shortest run time
📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
|
Hi @ganeshvanahalli I pushed some fixes from PR review toolkit which found the following real issues: Critical #3 High #4 High #5 High #6 Unit Tests Added 27 new test cases in mel_test.go |
eljobe
left a comment
There was a problem hiding this comment.
This is all Claude-generated PR review feedback.
I did cull it down from a longer list that didn't look like as much high-quality feedback.
Please take a look and see what can be addressed in this PR.
This PR aims to get rid of pending inbox reader and tracker dependency of nitro nodes, and instead to start using message extractor.
Resolves NIT-4753