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

qunitjs / eslint-plugin-qunit / 29263485396
95%

Build:
DEFAULT BRANCH: main
Ran 13 Jul 2026 03:44PM UTC
Jobs 1
Files 44
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

13 Jul 2026 03:44PM UTC coverage: 95.247%. First build
29263485396

push

github

web-flow
chore: export ./package.json (#691)

## Summary

\`require('eslint-plugin-qunit/package.json')\` currently throws
\`ERR_PACKAGE_PATH_NOT_EXPORTED\` because the exports map does not list
that subpath. Exporting it is a common ecosystem convention (tools that
resolve a plugin’s metadata by package name) and unblocks a follow-up
that replaces the \`index.js\` dist-vs-source
\`require(\"../package.json\")\` hack with a self-reference.

**Not included:** explicit \`types\` conditions on \`.\` /
\`./configs/*\`. Those are unnecessary today — TypeScript already finds
sibling \`.d.ts\` files next to the \`exports\` JS targets (\`attw\`
green; \`moduleResolution: node16\` scratch consumer type-checks both
entrypoints via sibling inference).

- Add \`\"./package.json\": \"./package.json\"\` to \`exports\`
- Leave existing \`.\` and \`./configs/*\` string targets unchanged
- Keep top-level \`main\` / \`types\`

## Test plan

- [x] \`require('eslint-plugin-qunit/package.json')\` succeeds via the
package name
- [ ] \`npm run build && npm pack\`

---------

Co-authored-by: Cursor <cursoragent@cursor.com>

824 of 925 branches covered (89.08%)

Branch coverage included in aggregate %.

5449 of 5661 relevant lines covered (96.26%)

406.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29263485396.1 13 Jul 2026 03:44PM UTC 44
95.25
GitHub Action Run
Source Files on build 29263485396
  • Tree
  • List 44
  • 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 #29263485396
  • 503cc3bd on github
  • Prev Build on main (#29263455340)
  • Next Build on main (#29263681339)
  • Delete
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