Closed AttackingOrDefending closed 1 year ago
Merging #29 (a1fc371) into main (76ee4b9) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #29 +/- ##
=======================================
Coverage 97.74% 97.75%
=======================================
Files 20 20
Lines 3016 3025 +9
=======================================
+ Hits 2948 2957 +9
Misses 68 68
Impacted Files | Coverage Δ | |
---|---|---|
draughts/__init__.py | 100.00% <100.00%> (ø) |
|
draughts/core/game.py | 100.00% <100.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Fix a bug in russian draughts, where we would allow moves that don't finish the whole capture sequence.
closes #28