FitzOReilly / fatalii

Chess engine
MIT License
17 stars 0 forks source link

Print info during search #69

Closed FitzOReilly closed 2 years ago

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

Codecov Report

Merging #69 (e9261c1) into main (047c0f1) will increase coverage by 0.10%. The diff coverage is 94.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #69      +/-   ##
==========================================
+ Coverage   96.57%   96.68%   +0.10%     
==========================================
  Files          58       59       +1     
  Lines        5959     6062     +103     
==========================================
+ Hits         5755     5861     +106     
+ Misses        204      201       -3     
Impacted Files Coverage Δ
fatalii/src/lib.rs 0.00% <0.00%> (ø)
search/src/search.rs 75.00% <ø> (+35.00%) :arrow_up:
engine/src/best_move_handler.rs 83.78% <90.90%> (+6.51%) :arrow_up:
uci/tests/uci.rs 98.63% <95.50%> (-0.49%) :arrow_down:
engine/src/engine.rs 94.80% <100.00%> (+0.51%) :arrow_up:
engine/tests/engine.rs 98.80% <100.00%> (+0.04%) :arrow_up:
uci/src/uci_in/position.rs 93.54% <100.00%> (+0.21%) :arrow_up:
uci/src/uci_out/best_move.rs 100.00% <100.00%> (ø)
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 047c0f1...e9261c1. Read the comment docs.