AttackingOrDefending / pydraughts

A draughts (checkers) library for Python with move generation, PDN reading and writing, engine communication and balloted openings
MIT License
13 stars 5 forks source link

Configure engines #17

Closed AttackingOrDefending closed 2 years ago

AttackingOrDefending commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #17 (7748da0) into main (ed877fa) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #17   +/-   ##
=======================================
  Coverage   97.60%   97.61%           
=======================================
  Files          18       18           
  Lines        2754     2762    +8     
=======================================
+ Hits         2688     2696    +8     
  Misses         66       66           
Impacted Files Coverage Δ
draughts/core/piece.py 99.08% <100.00%> (ø)
draughts/engine.py 100.00% <100.00%> (ø)
draughts/engines/checkerboard.py 92.03% <100.00%> (+0.21%) :arrow_up:
draughts/engines/dxp.py 95.65% <100.00%> (+0.06%) :arrow_up:
draughts/engines/hub.py 95.58% <100.00%> (+0.06%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more