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

Move to src layout #199

Closed LewisGaul closed 2 years ago

LewisGaul commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #199 (29d90bd) into dev (a619f2e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #199   +/-   ##
=======================================
  Coverage   69.68%   69.68%           
=======================================
  Files          44       44           
  Lines        3859     3859           
=======================================
  Hits         2689     2689           
  Misses       1170     1170           
Impacted Files Coverage Δ
src/minegauler/app/__init__.py 100.00% <ø> (ø)
src/minegauler/app/__main__.py 93.33% <ø> (ø)
src/minegauler/app/_version.py 100.00% <ø> (ø)
src/minegauler/app/core/__init__.py 100.00% <ø> (ø)
src/minegauler/app/core/api.py 89.94% <ø> (ø)
src/minegauler/app/core/board.py 100.00% <ø> (ø)
src/minegauler/app/core/controller.py 97.34% <ø> (ø)
src/minegauler/app/core/engine.py 82.88% <ø> (ø)
src/minegauler/app/core/game.py 95.83% <ø> (ø)
src/minegauler/app/core/minefield.py 97.82% <ø> (ø)
... 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 a619f2e...29d90bd. Read the comment docs.