pkulev / xoinvader

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

Feature/13 python2.x support #64

Closed pkulev closed 7 years ago

pkulev commented 7 years ago

Closes issue(s): [ #13 ]

Description of the changes:

codecov-io commented 7 years ago

Codecov Report

Merging #64 into master will decrease coverage by 1.04%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
- Coverage   62.48%   61.44%   -1.05%     
==========================================
  Files          39       39              
  Lines        2170     2114      -56     
==========================================
- Hits         1356     1299      -57     
- Misses        814      815       +1
Impacted Files Coverage Δ
xoinvader/entity.py 0% <0%> (ø) :arrow_up:
xoinvader/gui.py 0% <0%> (ø) :arrow_up:
xoinvader/tests/test_utils.py 100% <100%> (ø) :arrow_up:
xoinvader/constants.py 100% <100%> (ø) :arrow_up:
xoinvader/animation.py 100% <100%> (ø) :arrow_up:
xoinvader/utils.py 96.07% <100%> (+0.68%) :arrow_up:
xoinvader/render.py 45.16% <50%> (+1.82%) :arrow_up:
xoinvader/tests/common.py 100% <0%> (ø) :arrow_up:
xoinvader/application/__init__.py 100% <0%> (ø) :arrow_up:

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 27b4814...4fb7564. Read the comment docs.