FitzOReilly / fatalii

Chess engine
MIT License
17 stars 0 forks source link

Add missing UCI go options #92

Closed FitzOReilly closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #92 (40d81fb) into main (6038339) will decrease coverage by 0.21%. The diff coverage is 76.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
- Coverage   96.50%   96.29%   -0.22%     
==========================================
  Files          66       66              
  Lines        6553     6604      +51     
==========================================
+ Hits         6324     6359      +35     
- Misses        229      245      +16     
Impacted Files Coverage Δ
uci/src/uci_in/quit.rs 100.00% <ø> (ø)
uci/src/uci_in/go.rs 74.19% <48.38%> (-25.81%) :arrow_down:
engine/src/best_move_handler.rs 85.71% <100.00%> (ø)
engine/src/engine.rs 95.83% <100.00%> (+0.18%) :arrow_up:
fatalii/tests/cli.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 6038339...40d81fb. Read the comment docs.