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

agama-project / agama / 20099656638
73%

Build:
DEFAULT BRANCH: master
Ran 10 Dec 2025 01:09PM UTC
Jobs 3
Files 1159
Run time 3min
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: 64.147%. Remained the same
20099656638

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 %.

25583 of 39356 relevant lines covered (65.0%)

197.0 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
3 web 20099656638.3 10 Dec 2025 01:09PM UTC 584
68.41
GitHub Action Run
1 rust 19474749743.1 18 Nov 2025 05:18PM UTC 185
22.45
GitHub Action Run
3 service 19534519530.3 20 Nov 2025 11:03AM UTC 390
88.57
GitHub Action Run
Source Files on build 20099656638
  • Tree
  • List 1159
  • 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 #20099656638
  • b6b0a7dc on github
  • Prev Build on master (#19856163296)
  • Next Build 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