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

Support DXP BACKREQ #36

Closed AttackingOrDefending closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #36 (73f2fe3) into main (d67f7f3) will increase coverage by 0.07%. The diff coverage is 87.50%.

:exclamation: Current head 73f2fe3 differs from pull request most recent head ad29ea3. Consider uploading reports for the commit ad29ea3 to get more accurate results

@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   97.17%   97.24%   +0.07%     
==========================================
  Files          20       20              
  Lines        2969     3011      +42     
==========================================
+ Hits         2885     2928      +43     
+ Misses         84       83       -1     
Impacted Files Coverage Δ
draughts/core/move.py 100.00% <ø> (+0.87%) :arrow_up:
...hts/engines/dxp_communication/dxp_communication.py 78.68% <75.00%> (+2.32%) :arrow_up:
draughts/engines/dxp.py 94.40% <96.15%> (+0.20%) :arrow_up:
draughts/__init__.py 100.00% <100.00%> (ø)
draughts/core/variant.py 100.00% <100.00%> (ø)
draughts/engines/dxp_communication/dxp_classes.py 94.97% <100.00%> (ø)

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