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

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

Build:
Build:
LAST BUILD BRANCH: v6-dev
DEFAULT BRANCH: main
Ran 23 Sep 2026 03:58PM 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 03:57PM UTC coverage: 94.392% (+0.006%) from 94.386%
35885328005

push

github

web-flow
fix(DatePicker): declare the options the pickers read (#1396)

DatePicker read `format`, `monthNames` and `selectionType`, and
DateRangePicker `format` and `selectionType`, without declaring them in
`Default`, `DefaultType` or the config type. The picker's own type check
never saw them, so `format: 42` passed the picker and failed later inside
DateInput or DateRangeInput, under a component name the caller never
constructed. Both pickers now declare them and the check runs where the
option was given. Like every other declared option, they no longer accept
an explicit `undefined`.

The defaults (`null`, `null`, `'day'`) keep what the code did without
them: `_forwardConfig` passes on only values that differ from the
picker's default, the mask falls back to the locale for `'day'`, and
`convertToDateObject` parses a day string for `'day'` and `undefined`
alike. The config types reuse `SectionInputConfig['format']` and
`['monthNames']`.

The options tables list the new options, and DatePicker's lists
`floatingLabel`, which it declared but the table left out.

6025 of 6655 branches covered (90.53%)

Branch coverage included in aggregate %.

11143 of 11533 relevant lines covered (96.62%)

593.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35885328005.1 23 Sep 2026 03:58PM UTC 77
94.39
GitHub Action Run
Source Files on build 35885328005
  • Tree
  • List 77
  • Changed 4
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #35885328005
  • b4a448b4 on github
  • Prev Build on v6-dev (#35871533181)
  • Next Build on v6-dev (#35887881462)
  • 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