Vadman97 / GolangChessAI

Go Chess AI - Exploring Parallel Search Techniques with a Novel Golang Chess Engine
GNU General Public License v3.0
8 stars 3 forks source link

added several tests to bring board package codecov to 100 percent #88

Closed dadhia closed 5 years ago

dadhia commented 5 years ago

overall codecov will now be 69. let's keep it that way

codecov[bot] commented 5 years ago

Codecov Report

Merging #88 into master will increase coverage by 1.4%. The diff coverage is 100%.

@@            Coverage Diff            @@
##           master      #88     +/-   ##
=========================================
+ Coverage   68.14%   69.54%   +1.4%     
=========================================
  Files          26       26             
  Lines        1598     1596      -2     
=========================================
+ Hits         1089     1110     +21     
+ Misses        476      463     -13     
+ Partials       33       23     -10