napari / napari-console

A plugin that adds a console to napari
BSD 3-Clause "New" or "Revised" License
3 stars 12 forks source link

Fix warning in napari #17

Closed lukasz-migas closed 3 years ago

lukasz-migas commented 3 years ago

This PR ensures that a future warning introduced in #3034 does not appear each time the theme (or color) is changed.

Fixes #3274

codecov[bot] commented 3 years ago

Codecov Report

Merging #17 (f3c6ab7) into main (fd3a291) will increase coverage by 0.56%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
+ Coverage   83.33%   83.89%   +0.56%     
==========================================
  Files           3        4       +1     
  Lines         114      118       +4     
==========================================
+ Hits           95       99       +4     
  Misses         19       19              
Impacted Files Coverage Δ
napari_console/qt_console.py 80.00% <100.00%> (+0.73%) :arrow_up:
napari_console/__init__.py 100.00% <0.00%> (ø)

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 fd3a291...f3c6ab7. Read the comment docs.