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

Crash when clicking off-board #126

Closed LewisGaul closed 4 years ago

LewisGaul commented 4 years ago

fixes #118

codecov[bot] commented 4 years ago

Codecov Report

Merging #126 into dev will increase coverage by 0.21%. The diff coverage is 70.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #126      +/-   ##
==========================================
+ Coverage   71.98%   72.20%   +0.21%     
==========================================
  Files          16       16              
  Lines        2713     2727      +14     
==========================================
+ Hits         1953     1969      +16     
+ Misses        760      758       -2     
Impacted Files Coverage Δ
minegauler/frontend/minefield.py 78.45% <68.75%> (+1.60%) :arrow_up:
minegauler/core/board.py 95.31% <100.00%> (+0.07%) :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 2fb1289...5068556. Read the comment docs.