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 issues sizing components #4452

Merged
merged 24 commits into from
Feb 20, 2023
Merged

Fix issues sizing components #4452

merged 24 commits into from
Feb 20, 2023

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Feb 16, 2023

@codecov
Copy link

codecov bot commented Feb 16, 2023

Codecov Report

Merging #4452 (56c9b32) into main (7fac3a0) will decrease coverage by 0.01%.
The diff coverage is 95.00%.

@@            Coverage Diff             @@
##             main    #4452      +/-   ##
==========================================
- Coverage   81.77%   81.77%   -0.01%     
==========================================
  Files         243      243              
  Lines       35206    35234      +28     
==========================================
+ Hits        28791    28813      +22     
- Misses       6415     6421       +6     
Flag Coverage Δ
ui-tests 35.74% <35.00%> (-0.01%) ⬇️
unitexamples-tests 73.62% <82.50%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
panel/layout/flex.py 95.65% <ø> (-0.19%) ⬇️
panel/models/tabulator.py 96.34% <ø> (-1.28%) ⬇️
panel/tests/ui/io/test_convert.py 14.87% <0.00%> (ø)
panel/tests/ui/io/test_jupyterlite.py 36.58% <0.00%> (ø)
panel/widgets/texteditor.py 85.71% <ø> (ø)
panel/config.py 56.97% <50.00%> (-0.04%) ⬇️
panel/reactive.py 78.60% <66.66%> (-0.47%) ⬇️
panel/pane/image.py 81.77% <95.23%> (+0.61%) ⬆️
panel/models/markup.py 100.00% <100.00%> (ø)
panel/models/perspective.py 100.00% <100.00%> (ø)
... and 33 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@philippjfr
Copy link
Member Author

pre-commit.ci autofix

@philippjfr philippjfr merged commit d6e41c8 into main Feb 20, 2023
@philippjfr philippjfr deleted the sizing_fixes branch February 20, 2023 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment