| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1108 +/- ##
=======================================
Coverage 64.52% 64.52%
=======================================
Files 45 45
Lines 7003 7003
=======================================
Hits 4519 4519
Misses 2484 2484 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
Signed-off-by: Stewart X Addison <sxa@ibm.com>
|
Force push to squash as there was a linter error when I accepted @Renegade334's suggested change related to the Co-authored-by line that was added. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Since this is my first contribution to NCU I'll note that npm run test-all as documented in the contributing guide doesn't seem to be valid. I have run npm test on this though. Based on the fact it looks like the target was removed in #670 I'll submit a follow on PR to remove that step from the guide.
This change is because I was looking for the option on git node land to squash commits when landing nodejs/node#64193 (which I was pretty sure I'd used on the past) but it doesn't have squash in the help screen as it's named fixupAll and this will allow git node land --help | grep squash to find it. I may also add a reference to this as a recommendation in the main node collaborator guide if people thing that's appropriate.