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

Restructure code into namespace packages under 'minegauler' #190

Closed LewisGaul closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #190 (fd9ed65) into dev (16b603a) will decrease coverage by 11.35%. The diff coverage is 61.90%.

Impacted file tree graph

@@             Coverage Diff             @@
##              dev     #190       +/-   ##
===========================================
- Coverage   70.11%   58.75%   -11.36%     
===========================================
  Files          44       57       +13     
  Lines        3805     4903     +1098     
===========================================
+ Hits         2668     2881      +213     
- Misses       1137     2022      +885     
Impacted Files Coverage Δ
minegauler/__main__.py 0.00% <0.00%> (-93.03%) :arrow_down:
minegauler/app/__init__.py 100.00% <ø> (ø)
minegauler/app/_version.py 100.00% <ø> (ø)
minegauler/app/core/__init__.py 100.00% <ø> (ø)
minegauler/app/core/api.py 90.36% <ø> (ø)
minegauler/app/core/board.py 100.00% <ø> (ø)
minegauler/app/core/controller.py 98.37% <ø> (ø)
minegauler/app/core/engine.py 83.48% <ø> (ø)
minegauler/app/core/game.py 95.83% <ø> (ø)
minegauler/app/core/minefield.py 97.82% <ø> (ø)
... and 58 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 69380da...fd9ed65. Read the comment docs.