FitzOReilly / fatalii

Chess engine
MIT License
16 stars 0 forks source link

Refactor do move #121

Closed FitzOReilly closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #121 (4576097) into main (d417082) will decrease coverage by 0.02%. The diff coverage is 99.04%.

@@            Coverage Diff             @@
##             main     #121      +/-   ##
==========================================
- Coverage   94.53%   94.51%   -0.03%     
==========================================
  Files          66       66              
  Lines        7156     7257     +101     
==========================================
+ Hits         6765     6859      +94     
- Misses        391      398       +7     
Impacted Files Coverage Δ
movegen/src/position_history.rs 99.68% <99.04%> (-0.21%) :arrow_down:
movegen/src/file.rs 98.38% <0.00%> (-1.62%) :arrow_down:
movegen/src/rank.rs 98.38% <0.00%> (-1.62%) :arrow_down:
movegen/src/square.rs 98.63% <0.00%> (-1.37%) :arrow_down:
movegen/src/piece.rs 99.04% <0.00%> (-0.96%) :arrow_down:
uci/tests/uci.rs 99.73% <0.00%> (-0.27%) :arrow_down:
fatalii/src/lib.rs 0.00% <0.00%> (ø)
movegen/src/move.rs 98.63% <0.00%> (+0.68%) :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 d417082...4576097. Read the comment docs.