Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix param mapping for param.CalendarDate and DatePicker #1434

Merged
merged 1 commit into from
Jun 20, 2020

Conversation

philippjfr
Copy link
Member

Fixes #1271

@codecov
Copy link

codecov bot commented Jun 20, 2020

Codecov Report

Merging #1434 into master will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1434      +/-   ##
==========================================
+ Coverage   87.90%   87.93%   +0.03%     
==========================================
  Files         135      135              
  Lines       14854    14879      +25     
==========================================
+ Hits        13057    13084      +27     
+ Misses       1797     1795       -2     
Impacted Files Coverage Δ
panel/param.py 91.55% <ø> (ø)
panel/widgets/input.py 96.12% <100.00%> (ø)
panel/tests/widgets/test_button.py 100.00% <0.00%> (ø)
panel/links.py 85.56% <0.00%> (+1.05%) ⬆️
panel/widgets/button.py 85.71% <0.00%> (+2.38%) ⬆️

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 c5d72bb...dabadca. Read the comment docs.

@philippjfr philippjfr merged commit fd0cdc2 into master Jun 20, 2020
@philippjfr philippjfr deleted the handle_calendardate branch June 20, 2020 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

param.Date no longer uses pn.widgets.DatePicker
1 participant