panel
panel copied to clipboard
Update warnings to raise errors in test
Now we raise warnings as exceptions.
Codecov Report
Attention: Patch coverage is 89.47368% with 6 lines in your changes missing coverage. Please review.
Project coverage is 82.23%. Comparing base (
0d13915) to head (6cf80fb). Report is 1 commits behind head on main.
| Files | Patch % | Lines |
|---|---|---|
| panel/io/ipywidget.py | 77.77% | 2 Missing :warning: |
| panel/tests/ui/io/test_jupyterlite.py | 60.00% | 2 Missing :warning: |
| panel/pane/vtk/vtk.py | 66.66% | 1 Missing :warning: |
| panel/tests/ui/widgets/test_tabulator.py | 50.00% | 1 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #6889 +/- ##
=======================================
Coverage 82.23% 82.23%
=======================================
Files 326 326
Lines 48315 48336 +21
=======================================
+ Hits 39730 39748 +18
- Misses 8585 8588 +3
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The two big things I referred to are seen in the UI test.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.