wetneb / openrefine-wikibase

This repository has migrated to:
https://gitlab.com/nfdi4culture/ta1-data-enrichment/openrefine-wikibase
Other
100 stars 24 forks source link

Add support for multi-valued property. #114

Closed wetneb closed 3 years ago

wetneb commented 3 years ago

Oops, it turns out multi-valued properties were simply not supported at all, we were doing matching on the JSON string itself >_<.

Closes #113.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 890544934


Changes Missing Coverage Covered Lines Changed/Added Lines %
wdreconcile/engine.py 23 24 95.83%
<!-- Total: 25 26 96.15% -->
Files with Coverage Reduction New Missed Lines %
tests/test_engine.py 1 98.89%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 834585378: -0.03%
Covered Lines: 1685
Relevant Lines: 1876

💛 - Coveralls