pkulev / xoinvader

Python space game in terminal
http://mmap.me
MIT License
12 stars 1 forks source link

Menu refactoring #81

Closed pkulev closed 4 years ago

pkulev commented 4 years ago

Closes issue(s): [ #69 ]

codecov-io commented 4 years ago

Codecov Report

Merging #81 into master will increase coverage by 3.23%. The diff coverage is 60.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
+ Coverage   61.52%   64.76%   +3.23%     
==========================================
  Files          42       42              
  Lines        2391     2432      +41     
==========================================
+ Hits         1471     1575     +104     
+ Misses        920      857      -63
Impacted Files Coverage Δ
xoinvader/collision.py 100% <ø> (+1.07%) :arrow_up:
xoinvader/ingame.py 0% <0%> (ø) :arrow_up:
xoinvader/menu.py 0% <0%> (ø) :arrow_up:
xoinvader/game.py 0% <0%> (ø) :arrow_up:
xoinvader/gui.py 0% <0%> (ø) :arrow_up:
xoinvader/handlers.py 100% <100%> (ø) :arrow_up:
xoinvader/tests/test_utils.py 100% <100%> (ø) :arrow_up:
xoinvader/tests/test_handlers.py 100% <100%> (ø) :arrow_up:
xoinvader/tests/test_state.py 100% <100%> (ø) :arrow_up:
xoinvader/keys.py 100% <100%> (ø) :arrow_up:
... and 10 more

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 a090077...904939f. Read the comment docs.