FitzOReilly / fatalii

Chess engine
MIT License
17 stars 0 forks source link

Evaluate threefold repetitions as 0 #91

Closed FitzOReilly closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #91 (53e401a) into main (98e2cf9) will increase coverage by 0.13%. The diff coverage is 97.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #91      +/-   ##
==========================================
+ Coverage   96.29%   96.42%   +0.13%     
==========================================
  Files          66       67       +1     
  Lines        6604     6888     +284     
==========================================
+ Hits         6359     6642     +283     
- Misses        245      246       +1     
Impacted Files Coverage Δ
movegen/src/zobrist.rs 88.11% <ø> (ø)
movegen/src/repetition_tracker.rs 88.70% <88.70%> (ø)
search/src/search.rs 84.61% <90.90%> (+1.85%) :arrow_up:
movegen/src/position_history.rs 99.88% <100.00%> (+0.01%) :arrow_up:
search/src/alpha_beta.rs 100.00% <100.00%> (ø)
search/src/negamax.rs 99.09% <100.00%> (+2.06%) :arrow_up:
search/src/search_data.rs 100.00% <100.00%> (ø)
search/src/searcher.rs 100.00% <100.00%> (ø)
search/tests/search.rs 82.02% <100.00%> (+5.66%) :arrow_up:
uci/src/uci_out/info.rs 100.00% <100.00%> (ø)
... and 6 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 2850e11...53e401a. Read the comment docs.