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

optimizely / javascript-sdk / 5942273804 / 2
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 22 Aug 2023 05:51PM UTC
Files 137
Run time 2s
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

22 Aug 2023 05:47PM UTC coverage: 90.454%. Remained the same
5942273804.2

push

github

web-flow
[FSSDK-9611] fix relative import paths that goes out of lib (#856)

we are bundling our package, and type definiton of all our dependencies are in dev-dependencies as they should be and therefore not installed when clients install our sdk.compiling our lib files will need those type definitions. so files in our dist must not refer to the lib files, but some of them do refer to the lib files. and consumers are getting missing types as a result.

files in /dist was referring to files in /lib because some relative import paths
were going out of lib and then back in. as the path strings were
preserved in the built files in dist, it was going out of /dist and into
/lib.

This commit fixes those relative import paths to stay inside /lib

1690 of 2266 branches covered (74.58%)

Branch coverage included in aggregate %.

11330 of 12128 relevant lines covered (93.42%)

117.99 hits per line

Source Files on job run-14 - 5942273804.2
  • Tree
  • List 137
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 5942273804
  • b3170689 on github
  • Prev Job for on master (#5928658796.2)
  • Next Job for on master (#5942425995.1)
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