pkulev / xoinvader

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

Feature animation interpolation #54

Closed pkulev closed 7 years ago

pkulev commented 7 years ago

Closes issue(s): [ #53 ]

Description of the changes:

Reviewers: [ @taptap ]

Task list:

codecov-io commented 7 years ago

Codecov Report

Merging #54 into master will increase coverage by 2.23%. The diff coverage is 96.87%.

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   59.89%   62.12%   +2.23%     
==========================================
  Files          40       40              
  Lines        1945     2057     +112     
==========================================
+ Hits         1165     1278     +113     
+ Misses        780      779       -1
Impacted Files Coverage Δ
xoinvader/ingame.py 0% <ø> (ø) :white_check_mark:
xoinvader/render.py 32% <ø> (ø) :white_check_mark:
xoinvader/tests/test_animation.py 100% <100%> (ø) :white_check_mark:
xoinvader/animation.py 100% <100%> (+1.92%) :white_check_mark:
xoinvader/utils.py 95.62% <100%> (+0.74%) :white_check_mark:
xoinvader/tests/test_utils.py 100% <100%> (ø) :white_check_mark:

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 8ada9b6...efc8124. Read the comment docs.