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

IgniteUI / igniteui-webcomponents / 31511094893
98%

Build:
DEFAULT BRANCH: master
Ran 11 Aug 2026 04:14PM UTC
Jobs 1
Files 230
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

11 Aug 2026 04:11PM UTC coverage: 98.367% (-0.003%) from 98.37%
31511094893

push

github

web-flow
refactor: import internals, theming and animations via subpath aliases (#2322)

Replace ~1000 depth-dependent relative specifiers with the Node subpath
imports `#internals/*`, `#theming/*` and `#animations/*`, declared in the
`imports` field of package.json and scripts/_package.json. These are plain
ESM: tsc emits them verbatim, so no bundling or rewrite step is involved and
consumers resolve them from the package's own manifest.

Components keep importing each other relatively — an alias there would be
longer, no more stable, and would hide the internals -> components layering
inversions.

- add scripts/check-import-aliases.mjs to npm run check, so the dev and
  published maps cannot drift apart unnoticed
- add three dependency-cruiser rules rejecting relative imports into the
  aliased directories
- teach cem.config.mjs to resolve `#` specifiers: the analyzer feeds raw
  specifiers to new URL(), where a leading `#` parses as a fragment and
  collapses mixin, superclass and re-export references onto the importing
  module. custom-elements.json is byte-identical to before the conversion.
- refresh the import guidelines, including ../common/* paths left stale by
  efa9c0a4

6738 of 7057 branches covered (95.48%)

Branch coverage included in aggregate %.

717 of 717 new or added lines in 136 files covered. (100.0%)

47609 of 48192 relevant lines covered (98.79%)

1786.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31511094893.1 11 Aug 2026 04:14PM UTC 230
98.37
GitHub Action Run
Source Files on build 31511094893
  • Tree
  • List 230
  • Changed 136
  • Source Changed 136
  • Coverage Changed 31
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31511094893
  • 5eb3170c on github
  • Prev Build on master (#31505131287)
  • Next Build on master (#31512154304)
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