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

angular-ui / ng-grid / 1261
78%

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

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

Jobs
ID Job ID Ran Files Coverage
1 1261.1 14 Oct 2014 03:00PM UTC 0
74.44
Travis Job 1261.1
Source Files on build 1261
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1261
  • 52823249 on github
  • Prev Build on master (#1246)
  • Next Build on master (#1262)
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