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

Implement split cell mode #155

Closed LewisGaul closed 2 years ago

LewisGaul commented 2 years ago

Fixes #41

This supercedes #147 (and #148, which was accidentally closed).

codecov[bot] commented 2 years ago

Codecov Report

Merging #155 (0e23374) into dev (4c1bf1a) will decrease coverage by 4.17%. The diff coverage is 63.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #155      +/-   ##
==========================================
- Coverage   74.89%   70.71%   -4.18%     
==========================================
  Files          29       38       +9     
  Lines        3151     3719     +568     
==========================================
+ Hits         2360     2630     +270     
- Misses        791     1089     +298     
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/core/engine.py 81.65% <32.14%> (-17.15%) :arrow_down:
minegauler/frontend/minefield/split_cell.py 36.95% <36.95%> (ø)
minegauler/shared/highscores.py 70.04% <42.85%> (-1.00%) :arrow_down:
minegauler/shared/utils.py 81.11% <50.00%> (-0.45%) :arrow_down:
minegauler/frontend/main_window.py 51.14% <52.77%> (+0.02%) :arrow_up:
minegauler/core/api.py 90.36% <70.58%> (-1.75%) :arrow_down:
minegauler/core/split_cell/types.py 73.91% <73.91%> (ø)
... and 19 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 4c1bf1a...0e23374. Read the comment docs.