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

mbland / jsdoc-cli-wrapper / 7343974663 / 1
100%
main: 100%

Build:
DEFAULT BRANCH: main
Ran 28 Dec 2023 03:03AM UTC
Files 1
Run time 0s
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

28 Dec 2023 03:00AM UTC coverage: 100.0%. Remained the same
7343974663.1

push

github

mbland
Use fileURLToPath() in fixturePath()

Before this change, most of the tests were failing on Windows because
fixturePath, using new URL(...).pathname, returned paths like this:

  /C:/.../jsdoc-cli-wrapper/test/fixtures/getPath

Now it returns paths that look like this:

  C:\...\jsdoc-cli-wrapper\test\fixtures\getPath

And the examples from the documentation of fileURLToPath() show exactly
the same differences:

- https://nodejs.org/docs/latest-v20.x/api/url.html#urlfileurltopathurl

test/main.test.js is still failing, but that's a different issue for a
future commit.

47 of 47 branches covered (100.0%)

Branch coverage included in aggregate %.

165 of 165 relevant lines covered (100.0%)

13.9 hits per line

Source Files on job 7343974663.1
  • Tree
  • List 1
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 7343974663
  • 34922071 on github
  • Prev Job for on main (#7343867804.1)
  • Next Job for on main (#7350046737.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