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

philihp / sort-unwind / 27278185125
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: renovate/eslint-monorepo
DEFAULT BRANCH: main
Ran 10 Jun 2026 01:03PM UTC
Jobs 1
Files 1
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

10 Jun 2026 01:02PM UTC coverage: 100.0%. Remained the same
27278185125

Pull #930

github

claude
Replace jest with the built-in node:test runner

- Rewrite tests against node:test and node:assert/strict; the test
  import becomes an explicit ../index.ts specifier since Node ESM has
  no directory imports (allowImportingTsExtensions added to tsconfig)
- Run tests via node --experimental-strip-types --test; the flag is
  required on Node 22 and harmless on 24/26 where stripping is default
- Coverage comes from the runner's lcov reporter, written to
  coverage/lcov.info where the Coveralls action expects it, with test
  files excluded from the report
- Drop jest, ts-jest, @types/jest, eslint-plugin-jest, and
  jest.config.js; add an explicit @types/node devDependency for the
  node:test type definitions
- Simplify eslint config to a single block and move the prettier
  config to the end of extends where it can disable conflicting rules

https://claude.ai/code/session_01U9miMhCvA6b3EYw979KpYX
Pull Request #930: Replace jest with the built-in node:test runner

9 of 9 branches covered (100.0%)

Branch coverage included in aggregate %.

28 of 28 relevant lines covered (100.0%)

29.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27278185125.1 10 Jun 2026 01:03PM UTC 1
100.0
GitHub Action Run
Source Files on build 27278185125
  • Tree
  • List 1
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #930
  • PR Base - main (#27277921605)
  • 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