FitzOReilly / fatalii

Chess engine
MIT License
17 stars 0 forks source link

Implement UCI command "ucinewgame" #67

Closed FitzOReilly closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #67 (cdbee26) into main (4049676) will decrease coverage by 0.02%. The diff coverage is 94.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #67      +/-   ##
==========================================
- Coverage   96.60%   96.58%   -0.03%     
==========================================
  Files          57       58       +1     
  Lines        5865     5915      +50     
==========================================
+ Hits         5666     5713      +47     
- Misses        199      202       +3     
Impacted Files Coverage Δ
fatalii/src/lib.rs 0.00% <0.00%> (ø)
fatalii/tests/cli.rs 100.00% <100.00%> (ø)
uci/src/uci_in/ucinewgame.rs 100.00% <100.00%> (ø)
uci/tests/uci.rs 99.02% <100.00%> (+0.23%) :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 4049676...cdbee26. Read the comment docs.