LewisGaul / minegauler

A clone of the original minesweeper game with many added features
GNU General Public License v3.0
12 stars 8 forks source link

Dev collapse for v4.0.5 #131

Closed LewisGaul closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #131 into master will decrease coverage by 6.19%. The diff coverage is 56.60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #131      +/-   ##
==========================================
- Coverage   78.40%   72.20%   -6.20%     
==========================================
  Files          24       16       -8     
  Lines        3649     2731     -918     
==========================================
- Hits         2861     1972     -889     
+ Misses        788      759      -29     
Flag Coverage Δ
#mut ?
#mut_with_tests ?
Impacted Files Coverage Δ
minegauler/core/__init__.py 100.00% <ø> (ø)
minegauler/core/api.py 92.90% <ø> (+7.90%) :arrow_up:
minegauler/shared/__init__.py 100.00% <ø> (ø)
minegauler/frontend/main_window.py 49.39% <19.62%> (-6.78%) :arrow_down:
minegauler/frontend/simulate.py 35.82% <35.82%> (ø)
minegauler/frontend/highscores.py 27.60% <41.30%> (+8.35%) :arrow_up:
minegauler/shared/types.py 78.04% <50.00%> (-3.41%) :arrow_down:
minegauler/shared/utils.py 86.13% <66.66%> (+10.19%) :arrow_up:
minegauler/frontend/minefield.py 78.45% <81.25%> (+6.70%) :arrow_up:
minegauler/frontend/state.py 73.52% <85.71%> (+5.31%) :arrow_up:
... and 14 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 b144001...494eb02. Read the comment docs.