| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: ishabi <ilyasshabi94@gmail.com>
Codecov Report❌ Patch coverage is 86.66667% with 2 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #64801 +/- ##
==========================================
+ Coverage 90.13% 90.14% +0.01%
==========================================
Files 741 744 +3
Lines 242106 242542 +436
Branches 45551 45692 +141
==========================================
+ Hits 218211 218648 +437
+ Misses 15430 15394 -36
- Partials 8465 8500 +35
... and 93 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Signed-off-by: ishabi <ilyasshabi94@gmail.com> PR-URL: #64801 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Signed-off-by: ishabi <ilyasshabi94@gmail.com> PR-URL: #64801 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
| Back | FazBrowse Home | New Git URL |
This PR aims to fix an embedder graph bug introduced by #52295, where distinct V8 values could be treated as the same graph node.
It uses an explicit value lookup for deduplication and extends the internal test binding to expose V8 values for regression testing.