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

coreui / coreui-pro / 35587308056
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: v6-dev
DEFAULT BRANCH: main
Ran 21 Sep 2026 10:11AM UTC
Jobs 1
Files 76
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 Sep 2026 10:10AM UTC coverage: 94.371%. Remained the same
35587308056

push

github

web-flow
chore: drop two dead v5 builds from js/dist and clean it before a build (#1377)

`js/dist/auto-complete.js` and `js/dist/input-password.js` are builds of
components v6 renamed. Nothing regenerates them, `files` ships them through
`js/dist/**/*.{js,map,d.ts}` and `exports` serves them as `./js/dist/*.js`, so
the package offered two modules that cannot work: `auto-complete.js` is a
v5.15.0 build that `require`s `@popperjs/core`, which v6 does not depend on.

They survived because nothing empties `js/dist` first: every step writes over
what it produces and leaves everything else. `js-clean` now runs ahead of the
compile, so a renamed or deleted component cannot leave an artifact behind,
`.d.ts` files included, which `js-emit-types` never cleaned either.

Proof the two are the only dead ones: after `rimraf js/dist` and a full `npm
run js`, these four paths are the only tracked files the build does not
recreate.

5812 of 6426 branches covered (90.45%)

Branch coverage included in aggregate %.

11004 of 11393 relevant lines covered (96.59%)

556.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35587308056.1 21 Sep 2026 10:11AM UTC 76
94.37
GitHub Action Run
Source Files on build 35587308056
  • Tree
  • List 76
  • 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 #35587308056
  • 93d15e6b on github
  • Prev Build on v6-dev (#35587196909)
  • Next Build on v6-dev (#35593279162)
  • 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