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

Restructure #154

Closed LewisGaul closed 2 years ago

LewisGaul commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #154 (34646e1) into dev (b2e8010) will increase coverage by 1.25%. The diff coverage is 94.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #154      +/-   ##
==========================================
+ Coverage   73.44%   74.69%   +1.25%     
==========================================
  Files          20       29       +9     
  Lines        2888     3154     +266     
==========================================
+ Hits         2121     2356     +235     
- Misses        767      798      +31     
Impacted Files Coverage Δ
minegauler/shared/highscores.py 71.04% <28.57%> (-0.78%) :arrow_down:
minegauler/frontend/utils.py 64.28% <57.14%> (-4.47%) :arrow_down:
minegauler/frontend/state.py 75.28% <60.00%> (-2.36%) :arrow_down:
minegauler/frontend/main_window.py 50.17% <62.50%> (-0.43%) :arrow_down:
minegauler/shared/types.py 82.38% <65.21%> (+3.81%) :arrow_up:
minegauler/core/game.py 93.38% <87.80%> (-3.28%) :arrow_down:
minegauler/core/api.py 92.10% <88.23%> (-1.05%) :arrow_down:
minegauler/paths.py 91.66% <91.66%> (ø)
minegauler/core/regular/game.py 95.97% <95.97%> (ø)
minegauler/core/regular/controller.py 96.40% <96.40%> (ø)
... and 28 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 b2e8010...34646e1. Read the comment docs.