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

istanbuljs / istanbuljs / 468
89%

Build:
DEFAULT BRANCH: master
Ran 06 Sep 2018 12:50AM UTC
Jobs 3
Files 0
Run time –
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
468

push

travis-ci

coreyfarrell
Mark HTML coverage report's files as eslint-ignore (#212)

Istanbul's HTML coverage reports go in the `coverage` subdirectory of a
project by default, which means they'll be picked up by a project's
tooling (such as ESLint).

This can cause unwanted behavior, such as ESLint appearing to lock up
from trying to process Istanbul's minified third-party JavaScript:

https://github.com/eslint/eslint/issues/10239#issuecomment-389288730

The correct fix is for projects that use Istanbul's HTML reports to
correctly configure their tooling to exclude the `coverage` directory
(for example, by adding `coverage/*` to `.eslintignore`).  However, it's
easy for Istanbul to help accommodate tooling by adding appropriate
comments to its coverage report files, telling tools to skip them.

This PR adds support for optionally prepending headers when copying
files and uses that to mark coverage JS files with
`/* eslint-disable */`.
Jobs
ID Job ID Ran Files Coverage
1 468.1 06 Sep 2018 12:52AM UTC 0
88.78
Travis Job 468.1
2 468.2 06 Sep 2018 12:50AM UTC 0
88.78
Travis Job 468.2
3 468.3 06 Sep 2018 12:51AM UTC 0
87.86
Travis Job 468.3
Source Files on build 468
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #468
  • c1f27a6d on github
  • Prev Build on master (#466)
  • Next Build on master (#469)
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