jacobrs / stocklion

Custom built chess bot in c++. Coding night personal project to compete against similar bots abiding by the UCI protocol.
MIT License
4 stars 0 forks source link

Tests/add pgn tests #24

Closed benrs closed 6 years ago

benrs commented 6 years ago

Added test cases for pgn converter, will add castling when it works, also missing some cases that will be added with castling.

codecov-io commented 6 years ago

Codecov Report

Merging #24 into master will increase coverage by 8.69%. The diff coverage is 97.26%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   89.46%   98.16%   +8.69%     
==========================================
  Files          32       32              
  Lines        1215     1252      +37     
==========================================
+ Hits         1087     1229     +142     
+ Misses        128       23     -105
Impacted Files Coverage Δ
tests/converters/PGNConverterTests.cpp 100% <100%> (ø) :arrow_up:
converters/PGNConverter.cpp 83.08% <94.44%> (+77.9%) :arrow_up:

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 afc4c19...50f5bb4. Read the comment docs.