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

Update UI for Game Status and Show Pawn Promotion #123

Closed alexander-lee closed 5 years ago

alexander-lee commented 5 years ago
Screen Shot 2019-04-22 at 11 46 11 PM
codecov[bot] commented 5 years ago

Codecov Report

Merging #123 into master will decrease coverage by 0.05%. The diff coverage is 0%.

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
- Coverage   71.97%   71.92%   -0.06%     
==========================================
  Files          30       30              
  Lines        2248     2251       +3     
==========================================
+ Hits         1618     1619       +1     
- Misses        592      595       +3     
+ Partials       38       37       -1
alexander-lee commented 5 years ago

Codecov Report

Merging #123 into master will increase coverage by 4.26%. The diff coverage is 0%.

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
+ Coverage   71.97%   76.23%   +4.26%     
==========================================
  Files          30       29       -1     
  Lines        2248     2121     -127     
==========================================
- Hits         1618     1617       -1     
+ Misses        592      466     -126     
  Partials       38       38

HOW