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

angular-ui / ng-grid / 1261 / 1
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 14 Oct 2014 03:00PM UTC
Files 55
Run time 27s
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

14 Oct 2014 02:50PM UTC coverage: 74.439% (+0.007%) from 74.432%
1261.1

push

travis-ci

c0bra
fix(Importer): Account for older browsers properly

* Tests were broken in IE9 and Safari 5 because they didn't support the File API. Made tests conditional so that certain ones only run when the File API is available. If it isn't, a test will make sure the importer is disabled.
* importer.js was using `this.grid.options` when it should have used `gridOptions`, in one case
* `gridOptions.importerShowMenu !== false` evaluates to true when the property is undefined. Changed to use `!!` to coerce to boolean.
* `if (window.File)` and other tests fail in Safari (and possibly other browsers) because the property is undefined. Changed to use $window.hasOwnProperty.

3151 of 4233 relevant lines covered (74.44%)

129.75 hits per line

Source Files on job 1261.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1261
  • Travis Job 1261.1
  • 52823249 on github
  • Prev Job for on master (#1246.1)
  • Next Job for on master (#1262.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