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

comunica / traqula / 24233744269
100%

Build:
DEFAULT BRANCH: main
Ran 10 Apr 2026 08:23AM UTC
Jobs 3
Files 127
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 Apr 2026 08:21AM UTC coverage: 100.0%. Remained the same
24233744269

push

github

web-flow
Chore: upgrade ts (#122)

* chore: upgrade TypeScript to v6

- Bump typescript dependency from ^5.7.3 to ^6.0.0
- Remove deprecated downlevelIteration option (only applied to ES5 target, which is deprecated in TS6)
- Replace deprecated moduleResolution 'node' (node10) with 'bundler' in all CJS tsconfigs
- Add skipLibCheck to tsconfig.base.json to resolve @types/node URLPattern conflict with TS6 DOM lib

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix: avoid skipLibCheck by removing dom lib and adding @types/node to types

The previous commit added skipLibCheck to work around a type conflict
between TypeScript 6's DOM lib URLPattern declaration and @types/node@24's
conflicting declaration in its url module's global augmentation.

The proper fix: this is a Node.js library that doesn't need the browser
DOM lib. Removing 'dom' and 'esnext.disposable' from lib eliminates the
conflict at its source since URLPattern is then declared only once
(by @types/node). Adding 'node' to the types array ensures @types/node's
web platform globals (AbortSignal, EventTarget, WebSocket, setTimeout, etc.)
are available, which are needed by vitest and tinybench during type checking.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

731 of 731 branches covered (100.0%)

Branch coverage included in aggregate %.

5337 of 5337 relevant lines covered (100.0%)

288125.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-24.x - 24233744269.1 10 Apr 2026 08:23AM UTC 127
100.0
GitHub Action Run
2 run-20.x - 24233744269.2 10 Apr 2026 08:24AM UTC 127
100.0
GitHub Action Run
3 run-22.x - 24233744269.3 10 Apr 2026 08:24AM UTC 127
100.0
GitHub Action Run
Source Files on build 24233744269
  • Tree
  • List 127
  • 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 #24233744269
  • 9d7c4ff5 on github
  • Prev Build on main (#24189548863)
  • Next Build on main (#24332896977)
  • 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