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

IT rework: first steps #152

Closed JessToudic closed 2 years ago

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

Codecov Report

Merging #152 (4ef4645) into dev (c8956ac) will increase coverage by 0.86%. The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #152      +/-   ##
==========================================
+ Coverage   72.28%   73.15%   +0.86%     
==========================================
  Files          20       20              
  Lines        2836     2857      +21     
==========================================
+ Hits         2050     2090      +40     
+ Misses        786      767      -19     
Impacted Files Coverage Δ
minegauler/frontend/minefield.py 80.26% <ø> (+1.97%) :arrow_up:
minegauler/frontend/__init__.py 62.50% <66.66%> (-1.14%) :arrow_down:
minegauler/frontend/main_window.py 50.59% <91.66%> (+1.19%) :arrow_up:
minegauler/core/api.py 93.05% <100.00%> (+0.14%) :arrow_up:
minegauler/core/engine.py 98.54% <100.00%> (+0.03%) :arrow_up:
minegauler/frontend/state.py 74.10% <100.00%> (+0.57%) :arrow_up:
minegauler/shared/utils.py 88.32% <0.00%> (+2.18%) :arrow_up:
minegauler/frontend/panel.py 87.80% <0.00%> (+3.25%) :arrow_up:
minegauler/__main__.py 100.00% <0.00%> (+10.00%) :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 675860b...4ef4645. Read the comment docs.

LewisGaul commented 2 years ago

This partially addresses https://github.com/LewisGaul/minegauler/issues/76