FitzOReilly / fatalii

Chess engine
MIT License
17 stars 0 forks source link

Handle UCI output with UciOut struct #100

Closed FitzOReilly closed 2 years ago

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

Codecov Report

Merging #100 (2730f5d) into main (9a44409) will decrease coverage by 0.01%. The diff coverage is 93.10%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
- Coverage   95.50%   95.49%   -0.02%     
==========================================
  Files          68       64       -4     
  Lines        7013     6975      -38     
==========================================
- Hits         6698     6661      -37     
+ Misses        315      314       -1     
Impacted Files Coverage Δ
fatalii/src/lib.rs 0.00% <0.00%> (ø)
uci/src/uci_in/go.rs 74.19% <ø> (ø)
uci/src/uci_in/position.rs 93.54% <ø> (ø)
uci/src/uci_in/quit.rs 100.00% <ø> (ø)
uci/src/uci_in/set_option.rs 93.54% <ø> (ø)
uci/src/uci_in/stop.rs 66.66% <ø> (ø)
uci/src/uci_in/ucinewgame.rs 100.00% <ø> (ø)
uci/src/uci_option.rs 100.00% <ø> (ø)
uci/src/uci_out.rs 88.88% <88.88%> (ø)
engine/tests/engine.rs 98.85% <93.33%> (+0.04%) :arrow_up:
... and 7 more

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 9a44409...2730f5d. Read the comment docs.