glottolog / pyglottolog

Python API to access glottolog/glottolog
https://glottolog.org
Apache License 2.0
28 stars 5 forks source link

Caching API #49

Closed xrotwang closed 3 years ago

xrotwang commented 3 years ago

closes #48

codecov-io commented 3 years ago

Codecov Report

Merging #49 (8b5422d) into master (73dc92f) will increase coverage by 0.61%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #49      +/-   ##
===========================================
+ Coverage   99.38%   100.00%   +0.61%     
===========================================
  Files          88        88              
  Lines        4248      4265      +17     
===========================================
+ Hits         4222      4265      +43     
+ Misses         26         0      -26     
Impacted Files Coverage Δ
src/pyglottolog/admin_commands/check.py 100.00% <ø> (+8.79%) :arrow_up:
...c/pyglottolog/admin_commands/writelanguoidstats.py 100.00% <ø> (+66.66%) :arrow_up:
src/pyglottolog/languoids/languoid.py 100.00% <ø> (+0.31%) :arrow_up:
src/pyglottolog/languoids/models.py 100.00% <ø> (+0.45%) :arrow_up:
src/pyglottolog/api.py 100.00% <100.00%> (ø)
src/pyglottolog/references/elpbib.py 100.00% <100.00%> (+22.22%) :arrow_up:
tests/conftest.py 100.00% <100.00%> (ø)
tests/test_admin_commands.py 100.00% <100.00%> (ø)
tests/test_api.py 100.00% <100.00%> (ø)
tests/test_monster.py 100.00% <100.00%> (ø)
... and 3 more

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 73dc92f...8b5422d. Read the comment docs.