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

optimizely / javascript-sdk / 862 / 4
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 11 Jun 2019 09:02PM UTC
Files 51
Run time 3s
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

11 Jun 2019 08:54PM UTC coverage: 97.6%. Remained the same
862.4

push

travis-ci

web-flow
fix (datafile manager): Rename top-level exports to avoid conflict with interface name (#291)

Summary:

The interface DatafileManager, defined in src/datafileManager.ts, is exported from src/index.node.ts and src/index.browser.ts.
However, in each of these top-level entry points, another export statement appears below, which exports something else (the actual implementation of the datafile manager), using the same name.
To avoid the name conflict, we rename the exports of the datafile manager implementations from DatafileManager to HttpPollingDatafileManager.

Test plan:

Updated unit tests

582 of 633 branches covered (91.94%)

Branch coverage included in aggregate %.

5761 of 5866 relevant lines covered (98.21%)

18.5 hits per line

Source Files on job 862.4
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 635
  • Travis Job 862.4
  • efdaf3e0 on github
  • Prev Job for on master (#856.2)
  • Next Job for on master (#866.2)
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

© 2025 Coveralls, Inc