rhgrant10 / berserk

Python client for the lichess API
https://berserk.readthedocs.io
Other
141 stars 36 forks source link

Added cloud analysis for chess positions #21

Open kaustubhk334 opened 3 years ago

kaustubhk334 commented 3 years ago

Added functionallity for the /api/cloud-eval endpoint of the lichess API. Provides cached analysis of up to 7 million positions in the lichess database.

codecov-io commented 3 years ago

Codecov Report

Merging #21 (d05e023) into master (1b000a4) will decrease coverage by 0.32%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
- Coverage   70.04%   69.71%   -0.33%     
==========================================
  Files           8        8              
  Lines         671      677       +6     
==========================================
+ Hits          470      472       +2     
- Misses        201      205       +4     
Impacted Files Coverage Δ
berserk/clients.py 33.69% <33.33%> (-0.01%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1b000a4...d05e023. Read the comment docs.