y0c / react-datepicker

📅 React DatePicker Library (Flexible, Reusable)
https://y0c.github.io/react-datepicker
MIT License
168 stars 32 forks source link

Change locale prop type string to Locale (#21) #25

Closed y0c closed 5 years ago

y0c commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #25 into dev will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev    #25   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files        27     27           
  Lines       713    713           
  Branches    116    116           
===================================
  Hits        713    713
Impacted Files Coverage Δ
src/components/CalendarBody.tsx 100% <ø> (ø) :arrow_up:
src/components/CalendarContainer.tsx 100% <ø> (ø) :arrow_up:
src/components/DayView.tsx 100% <ø> (ø) :arrow_up:
src/utils/DateUtil.ts 100% <100%> (ø) :arrow_up:
src/utils/LocaleUtil.ts 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 347d218...4756053. Read the comment docs.