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

optimizely / javascript-sdk / 862
78%

Build:
DEFAULT BRANCH: master
Ran 11 Jun 2019 09:00PM UTC
Jobs 5
Files 51
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
862

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%)

92.52 hits per line

Jobs
ID Job ID Ran Files Coverage
2 862.2 11 Jun 2019 09:00PM UTC 0
97.6
Travis Job 862.2
3 862.3 11 Jun 2019 09:03PM UTC 0
97.6
Travis Job 862.3
4 862.4 11 Jun 2019 09:02PM UTC 0
97.6
Travis Job 862.4
5 862.5 11 Jun 2019 09:02PM UTC 0
97.6
Travis Job 862.5
6 862.6 11 Jun 2019 09:03PM UTC 0
97.6
Travis Job 862.6
Source Files on build 862
  • 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 Repo
  • Travis Build #862
  • efdaf3e0 on github
  • Prev Build on master (#856)
  • Next Build on master (#866)
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