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

Highscores rework #176

Closed LewisGaul closed 2 years ago

LewisGaul commented 2 years ago

Fixes: #92 and #89 Planned to also fix #163 Also replaces bring-back-the-bot branch

codecov[bot] commented 2 years ago

Codecov Report

Merging #176 (1fe1c8e) into dev (7ef7981) will decrease coverage by 0.59%. The diff coverage is 63.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #176      +/-   ##
==========================================
- Coverage   70.74%   70.14%   -0.60%     
==========================================
  Files          38       44       +6     
  Lines        3719     3809      +90     
==========================================
+ Hits         2631     2672      +41     
- Misses       1088     1137      +49     
Impacted Files Coverage Δ
minegauler/__main__.py 93.02% <ø> (-0.16%) :arrow_down:
minegauler/highscores/mysql.py 0.00% <0.00%> (ø)
minegauler/shared/__init__.py 100.00% <ø> (ø)
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%> (ø)
minegauler/highscores/compat/sqlite_v0.py 53.84% <53.84%> (ø)
minegauler/shared/types.py 86.74% <87.50%> (-0.13%) :arrow_down:
minegauler/_version.py 100.00% <100.00%> (ø)
... and 6 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 7ef7981...1fe1c8e. Read the comment docs.