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

peerigon / parse-domain / 16608797752
98%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 29 Jul 2025 10:27PM UTC
Jobs 1
Files 18
Run time 1min
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

29 Jul 2025 10:26PM UTC coverage: 89.655%. Remained the same
16608797752

push

github

web-flow
chore: Fix incorrect jsr.json (#185)

JSR was reporting warnings due to unsupported JavaScript entrypoints
being used without type declarations. To resolve this, the configuration
was updated to use TypeScript source files directly instead of compiled
JavaScript files.

- The "exports" field in jsr.json was changed from "./build/main.js" to
"./src/main.ts". This ensures that the entrypoint now uses the
TypeScript source file, which provides type safety and helps alleviate
the warning.
- The "publish.include" array was updated to include the "src" directory
instead of "build". This is part of transitioning from pre-compiled
JavaScript to using source TypeScript files directly, ensuring the
distribution contains TypeScript for easier maintenance and debugging.
- A "publish.exclude" entry was added for "src/**/*.test.ts" files to
prevent test files from being included in the published package,
streamlining the package contents and avoiding unnecessary distribution
of non-application logic code.

118 of 120 branches covered (98.33%)

520 of 580 relevant lines covered (89.66%)

4574.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16608797752.1 29 Jul 2025 10:27PM UTC 18
89.66
GitHub Action Run
Source Files on build 16608797752
  • Tree
  • List 18
  • 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 #16608797752
  • 52953c45 on github
  • Prev Build on main (#16608005170)
  • Next Build on main (#16608955828)
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