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

mbland / jsdoc-cli-wrapper / 7343974663
100%

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

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

Jobs
ID Job ID Ran Files Coverage
1 7343974663.1 28 Dec 2023 03:03AM UTC 1
100.0
GitHub Action Run
Source Files on build 7343974663
  • 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 Repo
  • Github Actions Build #7343974663
  • 34922071 on github
  • Prev Build on main (#7343867804)
  • Next Build on main (#7350046737)
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