Closed AttackingOrDefending closed 2 years ago
Merging #14 (ff7a6c9) into main (c4a8d51) will increase coverage by
0.06%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #14 +/- ##
==========================================
+ Coverage 93.36% 93.42% +0.06%
==========================================
Files 18 18
Lines 2727 2752 +25
==========================================
+ Hits 2546 2571 +25
Misses 181 181
Impacted Files | Coverage Δ | |
---|---|---|
draughts/PDN.py | 100.00% <100.00%> (ø) |
|
draughts/core/game.py | 100.00% <100.00%> (ø) |
|
draughts/core/move.py | 100.00% <100.00%> (ø) |
|
draughts/engines/dxp_communication/dxp_run.py | 66.23% <100.00%> (-0.29%) |
:arrow_down: |
draughts/engines/hub.py | 91.04% <100.00%> (-0.05%) |
:arrow_down: |
:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more
Changes:
game.push([[40, 23], [23, 14]])
instead ofgame.move([40, 23]); game.move([23, 14])
).push_move
topush_str_move
to avoid confusion with the newly addedpush
.Minor comments: