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 Image types can resolve pathlib objects #3294

Merged
merged 1 commit into from
Mar 31, 2022

Conversation

philippjfr
Copy link
Member

Fixes #2620

@codecov
Copy link

codecov bot commented Mar 31, 2022

Codecov Report

Merging #3294 (b078c85) into master (51b8950) will increase coverage by 0.00%.
The diff coverage is 50.00%.

@@           Coverage Diff           @@
##           master    #3294   +/-   ##
=======================================
  Coverage   83.34%   83.34%           
=======================================
  Files         195      195           
  Lines       26373    26375    +2     
=======================================
+ Hits        21981    21983    +2     
  Misses       4392     4392           
Impacted Files Coverage Δ
panel/pane/image.py 80.09% <50.00%> (-0.31%) ⬇️
panel/tests/pane/test_plotly.py 98.77% <0.00%> (+0.61%) ⬆️

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 51b8950...b078c85. Read the comment docs.

@philippjfr philippjfr merged commit eeb215c into master Mar 31, 2022
@philippjfr philippjfr deleted the img_applies_pathlib branch March 31, 2022 22:09
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.

PNG pane does not support objects of type 'PosixPath'.
1 participant