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

decentraland / social-service-ea / 29035927692 / 1
90%
main: 90%

Build:
Build:
LAST BUILD BRANCH: feat/subscription-stream-close-reason
DEFAULT BRANCH: main
Ran 09 Jul 2026 05:13PM UTC
Files 404
Run time 16s
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

09 Jul 2026 05:07PM UTC coverage: 91.262%. Remained the same
29035927692.1

Pull #431

github

LautaroPetaccio
chore: build and type-check with the native TypeScript 7 compiler

Clean builds drop from ~3.7s to ~0.7s (~5x) with byte-identical emitted
JavaScript.

TypeScript 7 ships only the native binary, without the JS compiler API
that ts-jest, ts-node and typescript-eslint require (none support 7 yet),
so the compilers are split:

- typescript@^5.9.3 remains the "typescript" package for ts-jest,
  ts-node and ESLint
- typescript-go (npm alias of typescript@^7.0.2) drives the build and
  type-check scripts, invoked by explicit path since both packages
  declare a tsc bin

Config migrations required by TS 7:

- tsconfig.json: explicit rootDir; removed moduleResolution node10
  (deleted in TS 7, the new default resolves identically here)
- test/tsconfig.json: pin strict:false, TS 7 flips the default to true
  which surfaces 344 pre-existing test typing errors
Pull Request #431: chore: build and type-check with the native TypeScript 7 compiler

2529 of 2945 branches covered (85.87%)

Branch coverage included in aggregate %.

11738 of 12688 relevant lines covered (92.51%)

40.24 hits per line

Source Files on job 29035927692.1
  • Tree
  • List 404
  • Changed 157
  • Source Changed 0
  • Coverage Changed 157
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 29035927692
  • 1224fd7d on github
  • Prev Job for on chore/typescript-7-native-build (#29029690638.1)
  • 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