FitzOReilly / fatalii

Chess engine
MIT License
17 stars 0 forks source link

Implement UCI commands "go" and "stop" #63

Closed FitzOReilly closed 2 years ago

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

Codecov Report

Merging #63 (c7ba232) into main (9b2a370) will decrease coverage by 0.05%. The diff coverage is 92.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #63      +/-   ##
==========================================
- Coverage   96.97%   96.92%   -0.06%     
==========================================
  Files          45       49       +4     
  Lines        5612     5715     +103     
==========================================
+ Hits         5442     5539      +97     
- Misses        170      176       +6     
Impacted Files Coverage Δ
search/src/searcher.rs 100.00% <ø> (ø)
uci/tests/test_buffer/mod.rs 50.00% <50.00%> (ø)
uci/src/uci_in/stop.rs 80.00% <80.00%> (ø)
uci/tests/uci.rs 98.11% <97.61%> (+1.19%) :arrow_up:
engine/src/lib.rs 92.06% <100.00%> (+2.97%) :arrow_up:
uci/src/uci_in/go.rs 100.00% <100.00%> (ø)
uci/src/uci_out/best_move.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 9b2a370...c7ba232. Read the comment docs.