napari / napari-animation

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

FIX: updating CI #120

Closed JoOkuma closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #120 (30ea78c) into main (54aa0e5) will increase coverage by 0.06%. The diff coverage is 94.44%.

@@            Coverage Diff             @@
##             main     #120      +/-   ##
==========================================
+ 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/utils.py 98.18% <ø> (ø)
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:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

JoOkuma commented 2 years ago

I removed python 3.7 support and added 3.10 to match napari. This was causing some issues with the CI.

alisterburt commented 2 years ago

You're a star, thanks @JoOkuma ! Will merge this now, I'm away but will take a look at the full layer state PR when back :)