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

Ensure ListPanel objects can be passed as keyword #1502

Merged
merged 1 commit into from
Jul 27, 2020

Conversation

philippjfr
Copy link
Member

Passing objects as a keyword was not previously supported.

@codecov
Copy link

codecov bot commented Jul 27, 2020

Codecov Report

Merging #1502 into master will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1502      +/-   ##
==========================================
- Coverage   86.32%   86.30%   -0.02%     
==========================================
  Files         142      142              
  Lines       15769    15970     +201     
==========================================
+ Hits        13612    13783     +171     
- Misses       2157     2187      +30     
Impacted Files Coverage Δ
panel/layout/base.py 91.23% <100.00%> (+0.04%) ⬆️
panel/tests/layout/test_base.py 100.00% <100.00%> (ø)
panel/io/location.py 93.87% <0.00%> (+1.77%) ⬆️
panel/template/base.py 71.42% <0.00%> (+2.03%) ⬆️
panel/viewable.py 74.63% <0.00%> (+4.32%) ⬆️

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 71750a5...6156aa2. Read the comment docs.

@philippjfr philippjfr merged commit 8a26620 into master Jul 27, 2020
@philippjfr philippjfr deleted the panel_object_as_param branch July 27, 2020 19:37
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.

None yet

1 participant