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

agama-project / agama / 20099656638 / 3 – web
73%
master: 73%

Build:
DEFAULT BRANCH: master
Ran 10 Dec 2025 01:09PM UTC
Files 584
Run time 19s
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 Dec 2025 01:07PM UTC coverage: 68.408%. Remained the same
web – 20099656638.3

push

github

web-flow
Use the "fork-ts-checker-webpack-plugin" for parallel type checks (#2930)

## Problem

- The TypeScript type checks are disabled in development builds, they
run only in the production build
- The reason is probably the slowdown caused by the checks
  - Development build with type checks off (the default): ~10 seconds
- Development build with type checks on (explicitly enabled in the
config): ~15 seconds
  - So enabling the type checks increases the build time +50% :worried: 

## Solution

- Use the
[fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin)
which runs the type checks in parallel in a separate process so the main
webpack build is not affected and runs with the disabled checks.

## Testing

- Tested manually
- With the type checks enabled the development build takes about 10
seconds, the same time as originally with type checks off. :+1: So there
should be no slowdown even with enabled checks.
- It helps to speed up the production builds as well:
  - Original production build: ~20 seconds
  - Production build with parallel type checks: ~15 seconds
  - So the production build is about 25% faster! :smiley:

2696 of 4729 branches covered (57.01%)

Branch coverage included in aggregate %.

12156 of 16982 relevant lines covered (71.58%)

71.53 hits per line

Source Files on job web - 20099656638.3
  • Tree
  • List 584
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 20099656638
  • b6b0a7dc on github
  • Prev Job for on master (#19856163296.3)
  • Next Job for on master (#20159186342.)
  • 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