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

istanbuljs / istanbuljs / 468 / 1
89%
master: 89%

Build:
DEFAULT BRANCH: master
Ran 06 Sep 2018 12:52AM UTC
Files 52
Run time 7s
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

06 Sep 2018 12:48AM UTC coverage: 88.783% (+0.9%) from 87.852%
468.1

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 */`.

969 of 1161 branches covered (83.46%)

Branch coverage included in aggregate %.

2379 of 2610 relevant lines covered (91.15%)

121.95 hits per line

Source Files on job 468.1
  • Tree
  • List 0
  • Changed 7
  • Source Changed 2
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 440
  • Travis Job 468.1
  • c1f27a6d on github
  • Prev Job for on master (#466.1)
  • Next Job for on master (#469.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