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

IgniteUI / igniteui-grid-lite / 32816734844
99%

Build:
DEFAULT BRANCH: master
Ran 25 Aug 2026 06:24AM UTC
Jobs 1
Files 36
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

25 Aug 2026 06:23AM UTC coverage: 98.004%. Remained the same
32816734844

push

github

web-flow
test: Speed up suite by prebundling barrel imports (#77)

Every test file that renders the grid paid ~7s loading modules. All
source files import from the igniteui-webcomponents barrel, which
re-exports the full component library. Rollup tree-shakes this in the
build, but web-test-runner serves unbundled ESM, so the browser fetched
249 modules per test page - banner, card, carousel and i18n-core
included, none of which the grid uses.

Prebundle the barrel with esbuild, tree-shaken to the 8 runtime symbols
src/ imports, and resolve the bare specifier to it. lit stays external
so no second copy of the runtime enters the graph. The export list is
derived by scanning src/ so it cannot drift.

Suite drops from 40.8s to 11.0s.

519 of 551 branches covered (94.19%)

Branch coverage included in aggregate %.

3066 of 3107 relevant lines covered (98.68%)

568.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32816734844.1 25 Aug 2026 06:24AM UTC 36
98.0
GitHub Action Run
Source Files on build 32816734844
  • Tree
  • List 36
  • 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 #32816734844
  • acc24731 on github
  • Prev Build on master (#32251460545)
  • Next Build on master (#32822175560)
  • Delete
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