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

benmosher / eslint-plugin-import / 3540 / 19
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 05 Jan 2020 06:15AM UTC
Files 49
Run time 941min
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

02 Oct 2016 12:43AM UTC coverage: 88.899%. Remained the same
ESLINT_VERSION=3

push

travis-ci

ljharb
utils: [Fix] report the error stack on a resolution error

Fixes #536.

Resolve errors are most likely caused by invalid configuration,
and the reason is easier to determine with the full details
rather than just `err.message`.

With this change, it reports something like:
```
import/no-unresolved: Resolve error: SyntaxError: Unexpected token import
    at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:387:25)
    at Object.Module._extensions..js (module.js:422:10)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)
    at Module.require (module.js:367:17)
    at require (internal/module.js:16:19)
    at module.exports (/__censored__/webpack/configFactory.js:216:3)
    at configProdClient (/__censored__/webpack/configProdClient.js:5:36)
    at Object.<anonymous> (/__censored__/webpack/configForEslintImportResolver.js:1:126)
```

1341 of 1636 branches covered (81.97%)

2002 of 2252 relevant lines covered (88.9%)

51.51 hits per line

Source Files on job 3540.19 (ESLINT_VERSION=3)
  • Tree
  • List 0
  • Changed 49
  • Source Changed 49
  • Coverage Changed 49
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 28361424
  • Travis Job 3540.19
  • aed7a739 on github
  • Prev Job for ESLINT_VERSION=3 on master (#3538.15)
  • Next Job for ESLINT_VERSION=3 on master (#3543.15)
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