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

optimizely / javascript-sdk / 5942273804
78%

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

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

7 of 7 new or added lines in 5 files covered. (100.0%)

11330 of 12128 relevant lines covered (93.42%)

353.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-18 - 5942273804.1 22 Aug 2023 05:51PM UTC 137
90.45
GitHub Action Run
2 run-14 - 5942273804.2 22 Aug 2023 05:50PM UTC 137
90.45
GitHub Action Run
3 run-16 - 5942273804.3 22 Aug 2023 05:50PM UTC 137
90.45
GitHub Action Run
Source Files on build 5942273804
  • 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 Repo
  • b3170689 on github
  • Prev Build on master (#5928658796)
  • Next Build on master (#5942425995)
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