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

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

Build:
Build:
LAST BUILD BRANCH: feat/subscription-stream-close-reason
DEFAULT BRANCH: main
Ran 09 Jul 2026 05:13PM UTC
Jobs 1
Files 202
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

09 Jul 2026 05:07PM UTC coverage: 90.311%. Remained the same
29035927692

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

2352 of 2759 branches covered (85.25%)

Branch coverage included in aggregate %.

5869 of 6344 relevant lines covered (92.51%)

80.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29035927692.1 09 Jul 2026 05:13PM UTC 404
91.26
GitHub Action Run
Source Files on build 29035927692
  • Tree
  • List 202
  • Changed 157
  • Source Changed 0
  • Coverage Changed 157
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29035927692
  • Pull Request #431
  • PR Base - main (#29029690638)
  • 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