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

istanbuljs / istanbuljs / 567
89%

Build:
DEFAULT BRANCH: master
Ran 18 Jan 2019 02:37PM UTC
Jobs 3
Files 0
Run time –
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
567

push

travis-ci

web-flow
feat: New options coverageGlobalScope and coverageGlobalScopeFunc. (#200)

This new option allows modification of the function which finds the
global variable scope.  The default global scope is `this`, resulting in
`(new Function('return this))()` to retrieve the global scope.  This can
now be changed, for example `window.top` could be used to always use the
top level IFRAME in a web browser.

coverageGlobalScopeFunc allows disabling of the evaluated function, just
directly references the specified variable.  This can be used the deal
with CSP issues but should not be used without coverageGlobalScope as
`this` could have a different meaning.

Fixes #199
Jobs
ID Job ID Ran Files Coverage
1 567.1 18 Jan 2019 02:38PM UTC 0
87.94
Travis Job 567.1
2 567.2 18 Jan 2019 02:37PM UTC 0
87.94
Travis Job 567.2
3 567.3 18 Jan 2019 02:38PM UTC 0
0.0
Travis Job 567.3
Source Files on build 567
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #567
  • 25509c7f on github
  • Prev Build on master (#565)
  • Next Build on master (#576)
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