FitzOReilly / fatalii

Chess engine
MIT License
17 stars 0 forks source link

Implement asynchronous search #51

Closed FitzOReilly closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #51 (7431d79) into main (86c933d) will decrease coverage by 0.51%. The diff coverage is 71.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #51      +/-   ##
==========================================
- Coverage   93.78%   93.26%   -0.52%     
==========================================
  Files          32       34       +2     
  Lines        5371     5511     +140     
==========================================
+ Hits         5037     5140     +103     
- Misses        334      371      +37     
Impacted Files Coverage Δ
search/benches/bench_search.rs 0.00% <0.00%> (ø)
search/src/alpha_beta.rs 68.24% <67.85%> (+3.80%) :arrow_up:
search/tests/search.rs 83.72% <80.85%> (-0.83%) :arrow_down:
search/src/negamax.rs 91.74% <81.57%> (-3.66%) :arrow_down:
search/src/searcher.rs 87.23% <87.23%> (ø)
search/src/search.rs 35.29% <100.00%> (+11.76%) :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 86c933d...7431d79. Read the comment docs.