| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: hanityx <hanityx@gmail.com>
|
Review requested:
|
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #64865 +/- ##
=======================================
Coverage 90.14% 90.15%
=======================================
Files 746 746
Lines 242763 242763
Branches 45761 45762 +1
=======================================
+ Hits 218848 218867 +19
+ Misses 15402 15393 -9
+ Partials 8513 8503 -10
... and 29 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: hanityx <hanityx@gmail.com> PR-URL: #64865 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Signed-off-by: hanityx <hanityx@gmail.com> PR-URL: #64865 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
| Back | FazBrowse Home | New Git URL |
Invalid values passed to run({ env }) currently throw
ERR_INTERNAL_ASSERTION because the option name is missing from the
validateObject() call.
This passes options.env to the validator so callers receive
ERR_INVALID_ARG_TYPE instead, and adds a regression test for invalid
values.
Tests: tools/test.py test/parallel/test-runner-run.mjs