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. #183

Closed deepgandhi closed 2 years ago

deepgandhi commented 2 years ago

I have run pylint on minegauler/core/controller.py and specified the mode and encoding for reading and writing the file. After correction, the tests failed. Hence, I have to also make corrections to the tests. Hence, kindly check very carefully whether it will introduce any error or bug in game.

codecov[bot] commented 2 years ago

Codecov Report

Merging #183 (ec934a8) into dev (0e3b439) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #183   +/-   ##
=======================================
  Coverage   70.71%   70.71%           
=======================================
  Files          38       38           
  Lines        3719     3719           
=======================================
  Hits         2630     2630           
  Misses       1089     1089           
Impacted Files Coverage Δ
minegauler/core/controller.py 98.37% <100.00%> (ø)

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 0e3b439...ec934a8. Read the comment docs.