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

isaacs / node-tap / 19
92%

Build:
DEFAULT BRANCH: master
Ran 26 May 2015 06:40PM UTC
Jobs 3
Files 0
Run time 53s
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
19

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%)

847.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19.1 26 May 2015 06:41PM UTC 0
92.55
Travis Job 19.1
2 19.2 26 May 2015 06:40PM UTC 0
92.55
Travis Job 19.2
3 19.3 26 May 2015 06:43PM UTC 0
Travis Job 19.3
Source Files on build 19
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #19
  • d9a605df on github
  • Prev Build on master (#15)
  • Next Build on master (#20)
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