Closed pkulev closed 7 years ago
Merging #64 into master will decrease coverage by
1.04%
. The diff coverage is50%
.
@@ 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.
Closes issue(s): [ #13 ]
Description of the changes:
What's new: Python 2/3 compatibility. Tests passed on 2.7 and 3.5.
Fixes:
Refactoring: