holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.8k stars 519 forks source link

Fix issue collecting compile bundles #7477

Closed philippjfr closed 1 week ago

philippjfr commented 1 week ago

Fix inverted logic and add basic test.

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 94.11765% with 1 line in your changes missing coverage. Please review.

Project coverage is 82.38%. Comparing base (cf9dc6b) to head (9b48712). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
panel/command/compile.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7477 +/- ## ========================================== + Coverage 82.36% 82.38% +0.01% ========================================== Files 338 339 +1 Lines 50964 50980 +16 ========================================== + Hits 41977 41999 +22 + Misses 8987 8981 -6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.