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

Add CWD to tournaments #40

Closed AttackingOrDefending closed 7 months ago

AttackingOrDefending commented 7 months ago

Add a cwd option for engines participating in tournaments.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f694b00) 96.94% compared to head (c0bd51a) 97.03%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #40 +/- ## ========================================== + Coverage 96.94% 97.03% +0.09% ========================================== Files 21 21 Lines 3208 3208 ========================================== + Hits 3110 3113 +3 + Misses 98 95 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.