napari / napari-animation

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

fix tox #160

Closed kevinyamauchi closed 1 year ago

kevinyamauchi commented 1 year ago

This PR updates the tox.ini so that the passenv items are all on individual lines.

codecov[bot] commented 1 year ago

Codecov Report

Merging #160 (657f5d2) into main (d8bd609) will increase coverage by 0.53%. The diff coverage is 92.30%.

@@            Coverage Diff             @@
##             main     #160      +/-   ##
==========================================
+ Coverage   85.31%   85.84%   +0.53%     
==========================================
  Files          24       26       +2     
  Lines         926      975      +49     
==========================================
+ Hits          790      837      +47     
- Misses        136      138       +2     
Impacted Files Coverage Δ
napari_animation/frame_sequence.py 96.87% <92.30%> (-1.74%) :arrow_down:

... and 2 files with indirect coverage changes

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

alisterburt commented 1 year ago

thanks for this @kevinyamauchi !