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

isaacs / node-tap / 20
92%

Build:
DEFAULT BRANCH: master
Ran 26 May 2015 06:52PM UTC
Jobs 2
Files 6
Run time 6min
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
20

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

845.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20.1 26 May 2015 06:51PM UTC 0
92.58
Travis Job 20.1
2 20.2 26 May 2015 06:58PM UTC 0
92.58
Travis Job 20.2
Source Files on build 20
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #20
  • 306925df on github
  • Prev Build on master (#19)
  • Next Build on master (#21)
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