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

benmosher / eslint-plugin-import / 4495
94%

Build:
DEFAULT BRANCH: master
Ran 18 May 2021 08:40PM UTC
Jobs 5
Files 115
Run time 33min
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
4495

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.

1571 of 1761 branches covered (89.21%)

2046 of 2482 relevant lines covered (82.43%)

486.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4495.1 (ESLINT_VERSION=5) 18 May 2021 08:40PM UTC 0
82.2
Travis Job 4495.1
2 4495.2 (ESLINT_VERSION=5) 18 May 2021 08:40PM UTC 0
82.2
Travis Job 4495.2
3 4495.3 (ESLINT_VERSION=5) 18 May 2021 08:43PM UTC 0
82.2
Travis Job 4495.3
4 4495.4 (ESLINT_VERSION=4) 18 May 2021 08:43PM UTC 0
68.39
Travis Job 4495.4
5 4495.5 (ESLINT_VERSION=3) 18 May 2021 08:48PM UTC 0
64.69
Travis Job 4495.5
Source Files on build 4495
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4495
  • 72b9c3da on github
  • Prev Build on master
  • Next Build on master
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