Wikunia / Ghess

Chess Engine in Go
4 stars 1 forks source link

PGN #2

Closed Wikunia closed 3 years ago

Wikunia commented 3 years ago

Writing a PGN at the end of a game.

codecov[bot] commented 3 years ago

Codecov Report

Merging #2 (112d62e) into main (9c24c47) will increase coverage by 15.66%. The diff coverage is 75.64%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main       #2       +/-   ##
===========================================
+ Coverage   63.54%   79.21%   +15.66%     
===========================================
  Files           9       10        +1     
  Lines        1048     1150      +102     
===========================================
+ Hits          666      911      +245     
+ Misses        352      212      -140     
+ Partials       30       27        -3     
Flag Coverage Δ
unittests 79.21% <75.64%> (+15.66%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
ghess/ghess.go 47.02% <0.00%> (+8.80%) :arrow_up:
ghess/engineAlphaBeta.go 95.34% <57.14%> (+95.34%) :arrow_up:
ghess/notation.go 78.08% <78.08%> (ø)
ghess/board.go 97.44% <0.00%> (+1.02%) :arrow_up:
ghess/util.go 100.00% <0.00%> (+6.97%) :arrow_up:
ghess/engineCheckCapture.go 82.69% <0.00%> (+7.69%) :arrow_up:
ghess/engineCapture.go 89.65% <0.00%> (+13.79%) :arrow_up:
ghess/engineRandom.go 85.71% <0.00%> (+19.04%) :arrow_up:
... and 2 more

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 9c24c47...112d62e. Read the comment docs.