LewisGaul / minegauler

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

Merge in v4.1 #164

Closed LewisGaul closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #164 (1604cfb) into main (0419099) will decrease coverage by 1.56%. The diff coverage is 77.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #164      +/-   ##
==========================================
- Coverage   72.28%   70.71%   -1.57%     
==========================================
  Files          20       38      +18     
  Lines        2836     3719     +883     
==========================================
+ Hits         2050     2630     +580     
- Misses        786     1089     +303     
Impacted Files Coverage Δ
minegauler/core/split_cell/game.py 19.59% <19.59%> (ø)
minegauler/core/split_cell/minefield.py 24.00% <24.00%> (ø)
minegauler/core/split_cell/controller.py 31.64% <31.64%> (ø)
minegauler/shared/highscores.py 70.04% <35.71%> (-1.39%) :arrow_down:
minegauler/frontend/minefield/split_cell.py 36.95% <36.95%> (ø)
minegauler/frontend/utils.py 64.28% <57.14%> (-4.47%) :arrow_down:
minegauler/frontend/state.py 75.84% <67.85%> (+2.31%) :arrow_up:
minegauler/frontend/main_window.py 51.14% <69.69%> (+1.74%) :arrow_up:
minegauler/core/split_cell/types.py 73.91% <73.91%> (ø)
minegauler/frontend/__init__.py 62.50% <75.00%> (-1.14%) :arrow_down:
... and 38 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 0419099...1604cfb. Read the comment docs.