lexibank / pylexibank

The python curation library for lexibank
Apache License 2.0
18 stars 7 forks source link

make sure missing data is accounted for #234

Closed LinguList closed 3 years ago

LinguList commented 4 years ago

sorry, one more PR, as I just found out that the missing_data attribute of the form_spec is not really accounted for: it can still happen, that the form is addded, but hte segments are empty, which is a bit against the philosophy, I would argue.

codecov-io commented 4 years ago

Codecov Report

Merging #234 (fe6be38) into master (fab3c89) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #234   +/-   ##
=======================================
  Coverage   98.95%   98.95%           
=======================================
  Files          32       32           
  Lines        2013     2013           
=======================================
  Hits         1992     1992           
  Misses         21       21           
Impacted Files Coverage Δ
src/pylexibank/cldf.py 100.00% <100.00%> (ø)

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 fab3c89...fe6be38. Read the comment docs.