zoccoler / napari-flim-phasor-plotter

BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Patch 0 0 7 #53

Closed zoccoler closed 7 months ago

zoccoler commented 7 months ago

This solves #52 , #49 and #46

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 41.07143% with 33 lines in your changes are missing coverage. Please review.

Project coverage is 60.65%. Comparing base (a3574e0) to head (9fa06aa).

Files Patch % Lines
src/napari_flim_phasor_plotter/_widget.py 51.16% 21 Missing :warning:
src/napari_flim_phasor_plotter/_reader.py 0.00% 12 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #53 +/- ## ========================================== - Coverage 61.53% 60.65% -0.89% ========================================== Files 15 15 Lines 923 948 +25 ========================================== + Hits 568 575 +7 - Misses 355 373 +18 ```

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

zoccoler commented 7 months ago

It also silences napari FutureWarning warning about accessing dockwidgets while napari doesn't offer an open API to access dock widgets (related issue https://github.com/napari/napari/issues/3944)