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

forzagreen / n2words / 32524568067
99%

Build:
DEFAULT BRANCH: main
Ran 21 Aug 2026 08:39PM UTC
Jobs 1
Files 80
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

21 Aug 2026 08:38PM UTC coverage: 98.384% (-0.04%) from 98.422%
32524568067

push

github

forzagreen
fix(core): migrate generate-languages-md.js to typescript@7's new compiler API

typescript@7.0.2 removed the classic ts.createProgram/getTypeChecker API that
buildOptionsIndex() relied on to read JSDoc option types, so `npm run
docs:languages` fails outright on main:

  TypeError: Cannot read properties of undefined (reading 'ES2022')

Rewrite it against typescript/unstable/sync (the tsgo-backed replacement) and
typescript/unstable/ast, reusing the project's existing src/tsconfig.json so
compiler options can't drift from what CI's checkJs already enforces.

The regenerated LANGUAGES.md differs only in union member ordering — tsgo
returns union constituents sorted rather than in declaration order, so
`'masculine' | 'feminine'` now renders as `'feminine' | 'masculine'`. Left as
the new API reports it rather than re-sorted here, so the generator stays a
faithful view of the checker.

6352 of 6647 branches covered (95.56%)

Branch coverage included in aggregate %.

31568 of 31896 relevant lines covered (98.97%)

1218.21 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
99.03
-0.97% src/fa-IR.js
2
98.15
-0.78% src/id-ID.js
2
98.78
-0.74% src/ja-JP.js
2
98.77
-0.73% src/ko-KR.js
2
98.56
-0.61% src/vi-VN.js
Jobs
ID Job ID Ran Files Coverage
1 32524568067.1 21 Aug 2026 08:39PM UTC 80
98.38
GitHub Action Run
Source Files on build 32524568067
  • Tree
  • List 80
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32524568067
  • 1fe4e028 on github
  • Prev Build on main (#32524202169)
  • Next Build on main (#33684051103)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc