pkulev / xoinvader

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

Add crossobject collision #66

Closed pkulev closed 6 years ago

pkulev commented 7 years ago

Closes issue(s): [ #52 ]

Description of the changes:

TODO:

codecov-io commented 7 years ago

Codecov Report

Merging #66 into master will decrease coverage by 2.34%. The diff coverage is 50.4%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #66      +/-   ##
=========================================
- Coverage   61.95%   59.6%   -2.35%     
=========================================
  Files          39      40       +1     
  Lines        2142    2280     +138     
=========================================
+ Hits         1327    1359      +32     
- Misses        815     921     +106
Impacted Files Coverage Δ
xoinvader/ship.py 0% <0%> (ø) :arrow_up:
xoinvader/ingame.py 0% <0%> (ø) :arrow_up:
xoinvader/game.py 0% <0%> (ø) :arrow_up:
xoinvader/menu.py 0% <0%> (ø) :arrow_up:
xoinvader/gui.py 0% <0%> (ø) :arrow_up:
xoinvader/keys.py 100% <100%> (ø) :arrow_up:
xoinvader/tests/test_collision.py 100% <100%> (+1.12%) :arrow_up:
xoinvader/state.py 100% <100%> (ø) :arrow_up:
xoinvader/charge.py 50.84% <46.15%> (-2.35%) :arrow_down:
xoinvader/render.py 45.45% <50%> (+0.29%) :arrow_up:
... and 4 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 ff04a52...a28f7f9. Read the comment docs.