Closed unsignedint closed 6 years ago
Merging #216 into master will decrease coverage by
0.13%
. The diff coverage is65.21%
.
@@ Coverage Diff @@
## master #216 +/- ##
==========================================
- Coverage 71.51% 71.37% -0.14%
==========================================
Files 7 7
Lines 1741 1806 +65
Branches 463 484 +21
==========================================
+ Hits 1245 1289 +44
- Misses 370 382 +12
- Partials 126 135 +9
Impacted Files | Coverage Δ | |
---|---|---|
pyangbind/lib/serialise.py | 76.57% <65.21%> (-1.31%) |
: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 ea73fb3...67a487f. Read the comment docs.
Round-trip test working. Based on the IETF JSON deserialisation method, but with simplifications. There are probably some scenarios that don't work correctly, but a useful starting point..