FitzOReilly / fatalii

Chess engine
MIT License
17 stars 0 forks source link

Include hash load factor in UCI info #97

Closed FitzOReilly closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #97 (58c5d09) into main (11aab57) will decrease coverage by 0.88%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
- Coverage   96.36%   95.47%   -0.89%     
==========================================
  Files          68       68              
  Lines        6905     6922      +17     
==========================================
- Hits         6654     6609      -45     
- Misses        251      313      +62     
Impacted Files Coverage Δ
fatalii/tests/cli.rs 0.00% <0.00%> (-100.00%) :arrow_down:
movegen/src/transposition_table.rs 98.09% <90.00%> (-0.88%) :arrow_down:
search/src/alpha_beta.rs 100.00% <100.00%> (ø)
search/src/negamax.rs 99.09% <100.00%> (+<0.01%) :arrow_up:
search/src/search.rs 86.04% <100.00%> (+1.43%) :arrow_up:
search/tests/search.rs 82.51% <100.00%> (+0.48%) :arrow_up:
uci/src/uci_out/info.rs 100.00% <100.00%> (ø)
uci/tests/uci.rs 99.04% <100.00%> (+<0.01%) :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 11aab57...58c5d09. Read the comment docs.