Closed fabianfett closed 4 years ago
Merging #51 into master will decrease coverage by
0.06%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #51 +/- ##
==========================================
- Coverage 90.74% 90.68% -0.07%
==========================================
Files 39 40 +1
Lines 3296 3349 +53
==========================================
+ Hits 2991 3037 +46
- Misses 305 312 +7
Impacted Files | Coverage Δ | |
---|---|---|
Sources/PureSwiftJSON/Decoding/JSONDecoder.swift | 100.00% <100.00%> (ø) |
|
Sources/PureSwiftJSON/Encoding/JSONEncoder.swift | 91.48% <100.00%> (ø) |
|
...arningTests/FoundationJSONSerializationTests.swift | 78.57% <0.00%> (ø) |
|
...sts/LearningTests/FoundationJSONDecoderTests.swift | 93.37% <0.00%> (+0.07%) |
:arrow_up: |
...sts/LearningTests/FoundationJSONEncoderTests.swift | 92.98% <0.00%> (+1.14%) |
:arrow_up: |
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 33f2da3...90524d9. Read the comment docs.
Cool, thanks 💯
Fixes #50