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

coreui / coreui-pro / 33621214850
93%
main: 94%

Build:
Build:
LAST BUILD BRANCH: refactor/calendar-nav-radius-tokens-v6
DEFAULT BRANCH: main
Ran 02 Sep 2026 10:48AM UTC
Jobs 1
Files 68
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

02 Sep 2026 10:46AM UTC coverage: 93.131% (+0.05%) from 93.079%
33621214850

push

github

web-flow
fix(Calendar): select weeks from the row and scan whole periods for disabled dates (#1046)

- Enter/Space on a focused week row and a click on the week-number cell
  threw a TypeError: the click handler looked for a `.calendar-cell`
  above the event target and found none. Click and hover now share one
  target lookup that falls back to the row.
- `isMonthDisabled`, `isQuarterDisabled` and `isYearDisabled` could never
  report a period as disabled through `disabledDates`: every branch ended
  in `return false`, and the month/year scan started at the period start
  and ran to Dec 31 of the current year. Each now scans the days of its
  own period, clamped to min/max, and returns true only when none of them
  is selectable. This also bounds the scan to at most 366 callback calls
  per cell.
- Hovering the end of a week range lit every row of the year: the row
  attributes compared by year instead of by date.
- The escaper in `buildDateRegexPattern` never matched (its character
  class closed at the first `\]`), so alternative separators such as `.`
  acted as wildcards and `2x15x2023` parsed as a date.

Found by workspace audit v6-js-pre-alpha-audit-2026-08 §1.

4747 of 5341 branches covered (88.88%)

Branch coverage included in aggregate %.

20 of 21 new or added lines in 2 files covered. (95.24%)

9042 of 9465 relevant lines covered (95.53%)

391.05 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
92.9
-0.08% js/src/calendar.ts
Jobs
ID Job ID Ran Files Coverage
1 33621214850.1 02 Sep 2026 10:48AM UTC 68
93.13
GitHub Action Run
Source Files on build 33621214850
  • Tree
  • List 68
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33621214850
  • 86a0efff on github
  • Prev Build on v6-dev (#33621197261)
  • Next Build on v6-dev (#33621622592)
  • 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