pkulev / xoinvader

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

Bugfix/state triggering #71

Closed pkulev closed 6 years ago

pkulev commented 6 years ago

Closes issue(s): [ # ]

Description of the changes:

codecov-io commented 6 years ago

Codecov Report

Merging #71 into master will increase coverage by 0.22%. The diff coverage is 82.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   61.05%   61.27%   +0.22%     
==========================================
  Files          42       42              
  Lines        2370     2381      +11     
==========================================
+ Hits         1447     1459      +12     
+ Misses        923      922       -1
Impacted Files Coverage Δ
xoinvader/tests/conftest.py 84.61% <ø> (-0.57%) :arrow_down:
xoinvader/menu.py 0% <ø> (ø) :arrow_up:
xoinvader/ship.py 0% <0%> (ø) :arrow_up:
xoinvader/game.py 0% <0%> (ø) :arrow_up:
xoinvader/tests/test_application.py 100% <100%> (ø) :arrow_up:
xoinvader/application/__init__.py 100% <100%> (+4.22%) :arrow_up:
xoinvader/state.py 95.45% <50%> (-4.55%) :arrow_down:

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 3152e8e...e05a8ff. Read the comment docs.