pkulev / xoinvader

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

Lint: new lint command, lint sources, add missed docstrings, suppress issues for future #58

Closed pkulev closed 7 years ago

pkulev commented 7 years ago

Closes issue(s): [ # ]

Description of the changes:

codecov-io commented 7 years ago

Codecov Report

Merging #58 into master will increase coverage by 0.1%. The diff coverage is 50.98%.

@@            Coverage Diff            @@
##           master      #58     +/-   ##
=========================================
+ Coverage   62.45%   62.56%   +0.1%     
=========================================
  Files          40       40             
  Lines        2083     2089      +6     
=========================================
+ Hits         1301     1307      +6     
  Misses        782      782
Impacted Files Coverage Δ
xoinvader/level.py 100% <ø> (+3.22%) :white_check_mark:
xoinvader/tests/test_weapon.py 57.14% <ø> (ø) :white_check_mark:
xoinvader/entity.py 0% <ø> (ø) :white_check_mark:
xoinvader/ecs.py 0% <ø> (ø) :white_check_mark:
xoinvader/teststate.py 0% <ø> (ø) :white_check_mark:
xoinvader/tests/test_curses_utils.py 100% <ø> (ø) :white_check_mark:
xoinvader/background.py 100% <ø> (ø) :white_check_mark:
xoinvader/pygame_utils.py 0% <ø> (ø) :white_check_mark:
xoinvader/animation.py 100% <ø> (ø) :white_check_mark:
xoinvader/application/pygame_app.py 100% <ø> (ø) :white_check_mark:
... and 21 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 897b748...42e78f7. Read the comment docs.