FitzOReilly / fatalii

Chess engine
MIT License
17 stars 0 forks source link

Return exact score for positions with no legal move #60

Closed FitzOReilly closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #60 (156b5f5) into main (f0bf331) will increase coverage by 3.70%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #60      +/-   ##
==========================================
+ Coverage   92.80%   96.51%   +3.70%     
==========================================
  Files          45       44       -1     
  Lines        5742     5510     -232     
==========================================
- Hits         5329     5318      -11     
+ Misses        413      192     -221     
Impacted Files Coverage Δ
search/src/alpha_beta.rs 84.37% <ø> (+18.49%) :arrow_up:
...egen/src/move_generator/move_generator_template.rs 76.44% <0.00%> (-0.88%) :arrow_down:
movegen/src/file.rs 100.00% <0.00%> (ø)
movegen/src/rank.rs 100.00% <0.00%> (ø)
search/benches/bench_search.rs
movegen/src/move_generator.rs 99.84% <0.00%> (+<0.01%) :arrow_up:
movegen/src/bitboard.rs 97.43% <0.00%> (+0.85%) :arrow_up:
engine/src/lib.rs 34.61% <0.00%> (+1.28%) :arrow_up:
movegen/src/position_history.rs 99.86% <0.00%> (+1.36%) :arrow_up:
movegen/src/move.rs 97.26% <0.00%> (+2.02%) :arrow_up:
... and 16 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 f0bf331...156b5f5. Read the comment docs.