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

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

Build:
DEFAULT BRANCH: master
Ran 05 Jan 2020 06:17AM UTC
Files 1
Run time 940min
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: 94.737%. Remained the same
PACKAGE=resolvers/node

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

3 of 4 branches covered (75.0%)

18 of 19 relevant lines covered (94.74%)

3.16 hits per line

Source Files on job 3540.27 (PACKAGE=resolvers/node)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 28361424
  • Travis Job 3540.27
  • aed7a739 on github
  • Prev Job for PACKAGE=resolvers/node on master (#3538.27)
  • Next Job for PACKAGE=resolvers/node on master (#3543.27)
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