FitzOReilly / fatalii

Chess engine
MIT License
17 stars 0 forks source link

Count nodes during search #80

Closed FitzOReilly closed 2 years ago

FitzOReilly commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #80 (4eca1cd) into main (886f6fc) will decrease coverage by 0.11%. The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #80      +/-   ##
==========================================
- Coverage   97.00%   96.89%   -0.12%     
==========================================
  Files          61       62       +1     
  Lines        6272     6336      +64     
==========================================
+ Hits         6084     6139      +55     
- Misses        188      197       +9     
Impacted Files Coverage Δ
search/src/node_counter.rs 73.52% <73.52%> (ø)
search/src/alpha_beta.rs 100.00% <100.00%> (ø)
search/src/negamax.rs 97.36% <100.00%> (+0.30%) :arrow_up:
search/src/search.rs 82.75% <100.00%> (+3.59%) :arrow_up:
search/tests/search.rs 83.19% <100.00%> (+0.14%) :arrow_up:
uci/src/uci_out/info.rs 100.00% <100.00%> (ø)

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 886f6fc...4eca1cd. Read the comment docs.