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

ember-best-practices / eslint-plugin-ember-best-practices / 309 / 1
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 03 Oct 2017 11:14PM UTC
Files 38
Run time 2s
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

03 Oct 2017 11:13PM UTC coverage: 90.585% (+0.5%) from 90.073%
309.1

push

travis-ci

scalvert
Add missing tests (#91)

* Add missing tests

This adds two failing tests to highlight bugs and a passing but
previously missing test.

The missing test added is for calling `set` which was destructured from
`import Ember from 'ember'`

One failing test is to handle the case where `Ember.computed` is called
from an import that isn't named `Ember`, eg
```
import E from 'ember';
E.computed()
```

Another failing test illustrates that ember import bindings are
clobbered if followed by any other default import, as in:
```
import Ember from 'ember';
import AnythingElse from 'anywhere';
```

* Clean up no-side-effect-cp rule.

Fixes a number of the errors previously identified, as well as a few
additional ones (tests added in this commit).

216 of 254 branches covered (85.04%)

Branch coverage included in aggregate %.

419 of 447 relevant lines covered (93.74%)

42.05 hits per line

Source Files on job 309.1
  • Tree
  • List 0
  • Changed 7
  • Source Changed 3
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 309
  • Travis Job 309.1
  • 126d16ab on github
  • Prev Job for on master (#303.1)
  • Next Job for on master (#311.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