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.2 #186

Closed LewisGaul closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #186 (3b8cdb4) into main (4acf4ae) will decrease coverage by 0.57%. The diff coverage is 64.04%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #186      +/-   ##
==========================================
- Coverage   70.72%   70.14%   -0.58%     
==========================================
  Files          38       44       +6     
  Lines        3720     3809      +89     
==========================================
+ Hits         2631     2672      +41     
- Misses       1089     1137      +48     
Impacted Files Coverage Δ
minegauler/__main__.py 93.02% <ø> (-0.16%) :arrow_down:
minegauler/core/split_cell/game.py 19.59% <0.00%> (ø)
minegauler/core/split_cell/types.py 73.91% <ø> (ø)
minegauler/highscores/mysql.py 0.00% <0.00%> (ø)
minegauler/shared/__init__.py 100.00% <ø> (ø)
minegauler/core/api.py 90.36% <33.33%> (ø)
minegauler/highscores/compat/__init__.py 35.71% <35.71%> (ø)
minegauler/frontend/main_window.py 50.97% <46.15%> (-0.18%) :arrow_down:
minegauler/highscores/compat/sqlite_v1.py 50.00% <50.00%> (ø)
minegauler/highscores/__init__.py 53.42% <53.42%> (ø)
... and 14 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 fdc6cf3...3b8cdb4. Read the comment docs.