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

coreui / coreui-pro / 35862211796
95%
main: 94%

Build:
Build:
LAST BUILD BRANCH: v6-dev
DEFAULT BRANCH: main
Ran 23 Sep 2026 12:44PM UTC
Jobs 1
Files 77
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

23 Sep 2026 12:42PM UTC coverage: 94.383% (+0.002%) from 94.381%
35862211796

push

github

web-flow
fix(Calendar): keep the view and the picked range across clicks and setConfig (#1394)

* fix(Calendar): keep the view and the picked range across clicks and setConfig

- A click on day 29 to 31 in a second panel shifted the month off the
  clicked date, so May 31 became April 31, that is May 1, and the next
  press of the next-month button skipped a month.
- setConfig() rebuilt every date and the view from the configuration,
  which the calendar never writes a pick back to. The date range picker
  calls it with only selectEndDate when a field gains focus, so focusing
  the end field wiped the range the user had just picked, sent the view
  back to the configured month and dropped a months or years view back to
  days. Now only the dates named in the call are rebuilt, the view month
  follows the date the call names rather than a stale configured one,
  and the view is reset only when selectionType changes.
- A pick of the first week row set the calendar date to the start of the
  week, usually in the previous month, so the next-month button showed
  the same month again. Picking a week row no longer moves the view.

convertToDateObject() returns null rather than an Invalid Date for a
string it cannot read, so a bad week bound no longer poisons the grid.

* build(bundlewatch): raise the unminified JS budgets by 1 KB

Keeping the calendar view and the picked range across clicks and
setConfig adds 197 to 201 bytes to the unminified bundles (gzip -9,
measured against v6-dev), which the room left by the previous raise did
not cover. The minified bundles grow by 120 to 153 bytes and still fit
their budgets, which stay where they are.

6018 of 6645 branches covered (90.56%)

Branch coverage included in aggregate %.

24 of 24 new or added lines in 2 files covered. (100.0%)

1 existing line in 1 file now uncovered.

11137 of 11531 relevant lines covered (96.58%)

647.61 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
94.17
-0.18% js/src/calendar.ts
Jobs
ID Job ID Ran Files Coverage
1 35862211796.1 23 Sep 2026 12:44PM UTC 77
94.38
GitHub Action Run
Source Files on build 35862211796
  • Tree
  • List 77
  • 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 #35862211796
  • d4321127 on github
  • Prev Build on v6-dev (#35857577193)
  • Next Build on v6-dev (#35871533181)
  • 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