LewisGaul / minegauler

A clone of the original minesweeper game with many added features
GNU General Public License v3.0
12 stars 8 forks source link

Merge local highscores DBs #122

Closed LewisGaul closed 4 years ago

LewisGaul commented 4 years ago

https://github.com/LewisGaul/minegauler/issues/80

codecov[bot] commented 4 years ago

Codecov Report

Merging #122 into dev will decrease coverage by 0.21%. The diff coverage is 62.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #122      +/-   ##
==========================================
- Coverage   72.40%   72.19%   -0.22%     
==========================================
  Files          16       16              
  Lines        2609     2679      +70     
==========================================
+ Hits         1889     1934      +45     
- Misses        720      745      +25     
Impacted Files Coverage Δ
minegauler/frontend/main_window.py 51.82% <14.28%> (-2.74%) :arrow_down:
minegauler/shared/highscores.py 71.75% <92.72%> (+8.07%) :arrow_up:
minegauler/shared/utils.py 86.13% <0.00%> (-0.73%) :arrow_down:
minegauler/frontend/panel.py 86.17% <0.00%> (+1.62%) :arrow_up:

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 b61679c...bec947e. Read the comment docs.