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

benmosher / eslint-plugin-import / 4495 / 5
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 18 May 2021 08:48PM UTC
Files 115
Run time 15min
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

17 May 2021 09:23AM UTC coverage: 64.689% (-15.4%) from 80.072%
ESLINT_VERSION=3

push

travis-ci

ljharb
[Fix] `no-cycle`: fix false negative when file imports a type after importing a value in Flow

This fixes this situation:

`a.js`:
```js
import { foo } from './b'
```

`b.js`:
```js
// @flow
import { bar, type Baz } from './a'
```

Previously, `no-cycle` would have not reported a dependency cycle for the import in `a.js`, even
though `b.js` is importing `bar`, which is not a type import, from `a.js`. This commit fixes that.

1252 of 1740 branches covered (71.95%)

1625 of 2512 relevant lines covered (64.69%)

38.37 hits per line

Source Files on job 4495.5 (ESLINT_VERSION=3)
  • Tree
  • List 0
  • Changed 31
  • Source Changed 0
  • Coverage Changed 31
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 28379314
  • Travis Job 4495.5
  • 72b9c3da on github
  • Prev Job for on master (##28379312.1)
  • Next Job for on master (##28379313.1)
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