napari / napari-animation

A napari plugin for making animations
https://napari.github.io/napari-animation/
Other
76 stars 27 forks source link

refactor viewer state into its own file #112

Closed alisterburt closed 2 years ago

alisterburt commented 2 years ago

I kept mis-remembering where the ViewerState object was kept - this feels cleaner

codecov[bot] commented 2 years ago

Codecov Report

Merging #112 (906c29c) into main (54aa0e5) will increase coverage by 0.06%. The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #112      +/-   ##
==========================================
+ Coverage   84.94%   85.01%   +0.06%     
==========================================
  Files          21       22       +1     
  Lines         930      934       +4     
==========================================
+ Hits          790      794       +4     
  Misses        140      140              
Impacted Files Coverage Δ
napari_animation/animation.py 86.86% <ø> (ø)
napari_animation/viewer_state.py 93.33% <93.33%> (ø)
napari_animation/__init__.py 100.00% <100.00%> (ø)
napari_animation/_tests/conftest.py 96.87% <100.00%> (-0.10%) :arrow_down:
napari_animation/_tests/test_frame_sequence.py 100.00% <100.00%> (ø)
napari_animation/frame_sequence.py 98.83% <100.00%> (ø)
napari_animation/key_frame.py 93.54% <100.00%> (+0.56%) :arrow_up:

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 54aa0e5...906c29c. Read the comment docs.