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

RobotWebTools / rclnodejs / 26941889863
86%

Build:
DEFAULT BRANCH: develop
Ran 04 Jun 2026 09:19AM UTC
Jobs 1
Files 64
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

04 Jun 2026 09:00AM UTC coverage: 85.523%. Remained the same
26941889863

push

github

web-flow
Modernize tsconfig.json for Node.js module resolution (#1528)

- Switch `module` and `moduleResolution` to `nodenext` to align with modern Node.js library publishing and ES module resolution semantics.
- Bump `target` and `lib` to `es2022`. The project's existing `engines` floor (`node >= 20.20.2`) guarantees full ES2022 runtime support, so targeting es2022 is safe and lets type-checking reflect modern language features instead of nodenext's floating `target: esnext`.
- Add `"types": ["node"]` so raw `tsc --noEmit` resolves Node globals (Buffer, setTimeout, child_process, events, AbortSignal) without relying on tsd's implicit @types/node injection.
- Refactor a top-level `await` in test/types/index.test-d.ts into an async IIFE, since nodenext classifies the file as CommonJS where top-level await is illegal.
- Remove stale boilerplate section-label comments (`Strict Type-Checking Options`, `Additional Checks`) carried over from the original generated tsconfig template.

Fix: #1527

1848 of 2346 branches covered (78.77%)

Branch coverage included in aggregate %.

3658 of 4092 relevant lines covered (89.39%)

400.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26941889863.1 04 Jun 2026 09:19AM UTC 64
85.52
GitHub Action Run
Source Files on build 26941889863
  • Tree
  • List 64
  • 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 #26941889863
  • 19b5a416 on github
  • Prev Build on develop (#26875247620)
  • Next Build on develop (#27064096872)
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