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

run pylint and made corrections. #180

Closed deepgandhi closed 2 years ago

deepgandhi commented 2 years ago
  1. removed paths import at line 57
  2. removed unused variable "j" at line 88.

issue #158

codecov[bot] commented 2 years ago

Codecov Report

Merging #180 (5929b20) into dev (4c82a33) will decrease coverage by 0.06%. The diff coverage is 67.74%.

:exclamation: Current head 5929b20 differs from pull request most recent head 078bd39. Consider uploading reports for the commit 078bd39 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #180      +/-   ##
==========================================
- Coverage   70.72%   70.66%   -0.07%     
==========================================
  Files          38       38              
  Lines        3720     3729       +9     
==========================================
+ Hits         2631     2635       +4     
- Misses       1089     1094       +5     
Impacted Files Coverage Δ
minegauler/core/split_cell/game.py 19.59% <0.00%> (ø)
minegauler/core/split_cell/types.py 73.91% <ø> (ø)
minegauler/core/api.py 88.06% <50.00%> (-2.30%) :arrow_down:
minegauler/core/engine.py 81.65% <100.00%> (ø)
minegauler/core/game.py 95.83% <100.00%> (ø)
minegauler/shared/utils.py 80.98% <100.00%> (-0.14%) :arrow_down:

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 9f10c21...078bd39. Read the comment docs.

LewisGaul commented 2 years ago

Closing in favour of #181