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

Clean code #38

Closed AttackingOrDefending closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #38 (d1c392b) into main (0030fc0) will increase coverage by 0.01%. The diff coverage is 97.10%.

@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
+ Coverage   97.08%   97.09%   +0.01%     
==========================================
  Files          21       21              
  Lines        3188     3203      +15     
==========================================
+ Hits         3095     3110      +15     
  Misses         93       93              
Impacted Files Coverage Δ
...hts/engines/dxp_communication/dxp_communication.py 78.14% <76.92%> (-0.55%) :arrow_down:
draughts/engines/hub.py 95.09% <80.00%> (-0.50%) :arrow_down:
draughts/engines/checkerboard.py 91.59% <90.90%> (+0.21%) :arrow_up:
draughts/engines/dxp.py 93.90% <91.66%> (-0.51%) :arrow_down:
draughts/PDN.py 100.00% <100.00%> (ø)
draughts/__init__.py 100.00% <100.00%> (ø)
draughts/ballots.py 100.00% <100.00%> (ø)
draughts/convert.py 100.00% <100.00%> (ø)
draughts/core/board.py 100.00% <100.00%> (ø)
draughts/core/board_initializer.py 100.00% <100.00%> (ø)
... and 10 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more