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

Probabilities #141

Closed LewisGaul closed 2 years ago

LewisGaul commented 3 years ago

Fixes https://github.com/LewisGaul/minegauler/issues/32

Deferred:

codecov[bot] commented 3 years ago

Codecov Report

Merging #141 (59014f4) into dev (c2d0a29) will decrease coverage by 0.17%. The diff coverage is 38.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #141      +/-   ##
==========================================
- Coverage   69.68%   69.50%   -0.18%     
==========================================
  Files          44       44              
  Lines        3859     3879      +20     
==========================================
+ Hits         2689     2696       +7     
- Misses       1170     1183      +13     
Impacted Files Coverage Δ
src/minegauler/app/core/controller.py 95.83% <25.00%> (-1.51%) :arrow_down:
src/minegauler/app/core/regular/board.py 86.30% <28.57%> (-13.70%) :arrow_down:
src/minegauler/app/_version.py 100.00% <100.00%> (ø)
src/minegauler/app/frontend/main_window.py 50.81% <100.00%> (+0.16%) :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 c2d0a29...59014f4. Read the comment docs.