pkulev / xoinvader

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

Use six to add metaclass #63

Closed pkulev closed 7 years ago

pkulev commented 7 years ago

Improve python2/3 compatibility.

Signed-off-by: Pavel Kulyov kulyov.pavel@gmail.com

Related to issue(s): [ #13 ]

Description of the changes:

codecov-io commented 7 years ago

Codecov Report

Merging #63 into master will decrease coverage by 0.08%. The diff coverage is 92.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
- Coverage   62.57%   62.48%   -0.09%     
==========================================
  Files          41       39       -2     
  Lines        2175     2170       -5     
==========================================
- Hits         1361     1356       -5     
  Misses        814      814
Impacted Files Coverage Δ
xoinvader/curses_utils.py 47.77% <100%> (+1.8%) :arrow_up:
xoinvader/sound.py 51.16% <100%> (+2.38%) :arrow_up:
xoinvader/render.py 43.33% <80%> (+6.29%) :arrow_up:
xoinvader/application/__init__.py 100% <0%> (ø) :arrow_up:
xoinvader/tests/common.py 100% <0%> (ø) :arrow_up:
xoinvader/common.py
xoinvader/__init__.py

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 1caa542...2ba54c4. Read the comment docs.