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

isaacs / node-tap / 19 / 1
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 26 May 2015 06:41PM UTC
Files 6
Run time 1s
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

26 May 2015 06:33PM UTC coverage: 92.555% (-0.01%) from 92.568%
19.1

push

travis-ci

isaacs
Handle exit codes in a way that works for older nodes

Prior to Node 0.12, setting process.exitCode did not work.  A module
called 'exit-code' was designed to handle this, but it has problems
with the way that 'signal-exit' monkey-patches process.reallyExit,
becaus signal-exit sets process.exitCode as well.

So, the solution here is to ditch using the exit-code module, and
just set the code using the old process.exit(code) method.

547 of 591 relevant lines covered (92.55%)

423.51 hits per line

Source Files on job 19.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19
  • Travis Job 19.1
  • d9a605df on github
  • Prev Job for on master (#15.2)
  • Next Job for on master (#20.1)
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