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 more type hints #18

Closed AttackingOrDefending closed 2 years ago

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

Codecov Report

Merging #18 (639a256) into main (2c213c9) will decrease coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
- Coverage   97.61%   97.60%   -0.01%     
==========================================
  Files          18       19       +1     
  Lines        2762     2755       -7     
==========================================
- Hits         2696     2689       -7     
  Misses         66       66              
Impacted Files Coverage Δ
...aughts/engines/checkerboard_extra/engine_client.py 100.00% <ø> (ø)
draughts/PDN.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%> (ø)
draughts/core/board_searcher.py 100.00% <100.00%> (ø)
draughts/core/game.py 100.00% <100.00%> (ø)
draughts/core/move.py 100.00% <100.00%> (ø)
draughts/core/piece.py 99.07% <100.00%> (-0.01%) :arrow_down:
draughts/engine.py 100.00% <100.00%> (ø)
... and 7 more

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