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

Merge 4.2.0-b0 #212

Closed LewisGaul closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

Attention: 49 lines in your changes are missing coverage. Please review.

Comparison is base (911566e) 69.63% compared to head (03602bd) 69.82%. Report is 7 commits behind head on main.

Files Patch % Lines
src/minegauler/app/core/regular/board.py 52.17% 11 Missing :warning:
src/minegauler/app/highscores/sqlite.py 41.17% 10 Missing :warning:
src/minegauler/app/frontend/main_window.py 68.00% 8 Missing :warning:
src/minegauler/app/highscores/compat/sqlite_v2.py 50.00% 7 Missing :warning:
src/minegauler/app/core/split_cell/controller.py 50.00% 4 Missing :warning:
src/minegauler/app/frontend/state.py 69.23% 4 Missing :warning:
src/minegauler/app/highscores/compat/__init__.py 33.33% 2 Missing :warning:
src/minegauler/app/shared/utils.py 87.50% 2 Missing :warning:
src/minegauler/app/core/engine.py 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #212 +/- ## ========================================== + Coverage 69.63% 69.82% +0.19% ========================================== Files 44 45 +1 Lines 3863 3994 +131 ========================================== + Hits 2690 2789 +99 - Misses 1173 1205 +32 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.