pkulev / xoinvader

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

Feature/68 add scoreboard #70

Closed pkulev closed 6 years ago

pkulev commented 6 years ago

Closes issue(s): [ #68 ]

Description of the changes:

codecov-io commented 6 years ago

Codecov Report

Merging #70 into master will increase coverage by 1.44%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage    59.6%   61.05%   +1.44%     
==========================================
  Files          40       42       +2     
  Lines        2280     2370      +90     
==========================================
+ Hits         1359     1447      +88     
- Misses        921      923       +2
Impacted Files Coverage Δ
xoinvader/tests/test_background.py 100% <100%> (ø) :arrow_up:
xoinvader/scoreboard.py 100% <100%> (ø)
xoinvader/tests/common.py 100% <100%> (ø) :arrow_up:
xoinvader/tests/test_scoreboard.py 100% <100%> (ø)
xoinvader/utils.py 94.93% <100%> (-1.2%) :arrow_down:

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 53428da...5f26a09. Read the comment docs.