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

Small type hint corrections #22

Closed AttackingOrDefending closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #22 (ead65ad) into main (445e53a) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  Coverage   97.60%   97.60%           
=======================================
  Files          19       19           
  Lines        2758     2758           
=======================================
  Hits         2692     2692           
  Misses         66       66           
Impacted Files Coverage Δ
draughts/core/board_searcher.py 100.00% <100.00%> (ø)
draughts/core/piece.py 99.07% <100.00%> (ø)

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