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

Dev v4.1.6 #201

Closed LewisGaul closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #201 (2c0f428) into main (3b5085e) will decrease coverage by 0.63%. The diff coverage is 38.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #201      +/-   ##
==========================================
- Coverage   70.13%   69.50%   -0.64%     
==========================================
  Files          44       44              
  Lines        3807     3879      +72     
==========================================
+ Hits         2670     2696      +26     
- Misses       1137     1183      +46     
Impacted Files Coverage Δ
src/minegauler/app/__init__.py 100.00% <ø> (ø)
src/minegauler/app/__main__.py 93.33% <ø> (ø)
src/minegauler/app/core/__init__.py 100.00% <ø> (ø)
src/minegauler/app/core/game.py 95.83% <ø> (ø)
src/minegauler/app/core/minefield.py 97.82% <ø> (ø)
src/minegauler/app/core/regular/__init__.py 100.00% <ø> (ø)
src/minegauler/app/core/regular/controller.py 95.00% <ø> (ø)
src/minegauler/app/core/regular/game.py 98.75% <ø> (ø)
src/minegauler/app/core/regular/minefield.py 97.91% <ø> (ø)
src/minegauler/app/core/regular/types.py 100.00% <ø> (ø)
... and 34 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 3b5085e...2c0f428. Read the comment docs.