FitzOReilly / fatalii

Chess engine
MIT License
17 stars 0 forks source link

Implement Chess 960 #122

Closed FitzOReilly closed 2 years ago

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

Codecov Report

Merging #122 (93b899c) into main (4b69c9c) will decrease coverage by 0.42%. The diff coverage is 89.02%.

@@            Coverage Diff             @@
##             main     #122      +/-   ##
==========================================
- Coverage   94.51%   94.09%   -0.43%     
==========================================
  Files          66       68       +2     
  Lines        7259     7860     +601     
==========================================
+ Hits         6861     7396     +535     
- Misses        398      464      +66     
Impacted Files Coverage Δ
fatalii/src/lib.rs 0.00% <0.00%> (ø)
fatalii/tests/cli.rs 0.00% <0.00%> (ø)
movegen/src/bitboard.rs 97.43% <ø> (ø)
engine/src/engine.rs 84.14% <60.86%> (-9.41%) :arrow_down:
uci/src/uci_out.rs 69.47% <64.70%> (-2.90%) :arrow_down:
...egen/src/move_generator/move_generator_template.rs 75.66% <71.42%> (-0.78%) :arrow_down:
uci/src/uci_in/set_option.rs 90.00% <82.35%> (-3.55%) :arrow_down:
uci/src/uci_in/position.rs 87.27% <87.09%> (-6.28%) :arrow_down:
uci/src/uci_option.rs 91.66% <88.88%> (-8.34%) :arrow_down:
movegen/src/fen.rs 95.84% <90.75%> (-2.09%) :arrow_down:
... and 10 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 4b69c9c...93b899c. Read the comment docs.