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

sinonjs / sinon / 1456
94%

Build:
DEFAULT BRANCH: master
Ran 31 Dec 2016 02:53AM UTC
Jobs 3
Files 70
Run time 2min
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
1456

push

travis-ci

fatso83
Remove polyfill for Promise

The ramifications of letting the Promise polyfill enter the main
Sinon code escaped me at the time I reviewed #1211, but it struck me
when reviewing #1215 that had similar issues. In short:

    having the polyfill bundled with Sinon will lead to false
    negatives: running tests using Sinon will then give
    the impression that code works on platforms that does not
    support the features that were polyfilled.

This reverts the introduction of `native-promise-only` in the main
code and moves it to its proper place: the test code.

11512 of 11948 relevant lines covered (96.35%)

252.03 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1456.1 31 Dec 2016 02:53AM UTC 0
96.35
Travis Job 1456.1
2 1456.2 31 Dec 2016 02:53AM UTC 0
96.35
Travis Job 1456.2
3 1456.3 31 Dec 2016 02:55AM UTC 0
96.35
Travis Job 1456.3
Source Files on build 1456
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1456
  • 942fc539 on github
  • Prev Build on master (#1454)
  • Next Build on master (#1457)
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