Closed wetneb closed 3 years ago
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 | |
---|---|
Change from base Build 834585378: | -0.03% |
Covered Lines: | 1685 |
Relevant Lines: | 1876 |
Oops, it turns out multi-valued properties were simply not supported at all, we were doing matching on the JSON string itself >_<.
Closes #113.