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

isaacs / node-tap / 20 / 2
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 26 May 2015 06:58PM UTC
Files 6
Run time 0s
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:42PM UTC coverage: 92.58% (+0.03%) from 92.555%
20.2

push

travis-ci

isaacs
mocha: handle error arg in done(err)

Allow individual tests to fail the test by passing an error to
the `done` callback provided to `it` and `describe` methods.

Example:

    it('fails', function(done) {
      fs.readFile('foo.txt', function(err, text) {
        if (err) return done(err)
        // continue with the test
      });
    });

549 of 593 relevant lines covered (92.58%)

423.29 hits per line

Source Files on job 20.2
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20
  • Travis Job 20.2
  • 306925df on github
  • Prev Job for on master (#19.2)
  • Next Job for on master (#21.2)
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