• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

npm / arborist / #1082

Build:
Build:
LAST BUILD BRANCH:
DEFAULT BRANCH: master
Ran 28 Jun 2021 05:07PM UTC
Jobs 1
Files 38
Run time 13min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#1082

push

isaacs
feat: make node.target return this for non-links

This gets rid of a lot of `tree = node.target || node` everywhere, by
making `node.target` return `node` when `node` is not a Link.

Caveat is that `if (node.target)` is no longer a thing we can do to test
for link-ness, but it's more clear in those cases to use `if
(node.isLink)` if we want to know if the node is a Link.

3033 of 3033 branches covered (100.0%)

Branch coverage included in aggregate %.

4157 of 4157 relevant lines covered (100.0%)

567.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1082.1 28 Jun 2021 05:07PM UTC 0
100.0
Source Files on build #1082
Detailed source file information is not available for this build.
  • Back to Repo
  • b0e98b6b on github
  • Prev Build on
  • Next Build on
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc