CoreOffice / XMLCoder

Easy XML parsing using Codable protocols in Swift
https://coreoffice.github.io/XMLCoder/
MIT License
801 stars 112 forks source link

Refactor XMLCoderElement.flatten, add tests #88

Closed MaxDesiatov closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #88 into master will decrease coverage by 0.68%. The diff coverage is 77.13%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   78.04%   77.36%   -0.69%     
==========================================
  Files          37       38       +1     
  Lines        2022     2076      +54     
==========================================
+ Hits         1578     1606      +28     
- Misses        444      470      +26
Impacted Files Coverage Δ
...MLCoder/Decoder/SingleValueDecodingContainer.swift 70% <ø> (ø)
...MLCoder/Encoder/SingleValueEncodingContainer.swift 94.64% <ø> (ø)
Sources/XMLCoder/Auxiliaries/XMLCoderElement.swift 97.17% <100%> (-0.5%) :arrow_down:
Sources/XMLCoder/Auxiliaries/Box/KeyedBox.swift 100% <100%> (ø) :arrow_up:
...s/XMLCoder/Decoder/XMLKeyedDecodingContainer.swift 77.53% <62.68%> (-6.45%) :arrow_down:
Sources/XMLCoder/Auxiliaries/KeyedStorage.swift 98.8% <98.8%> (ø)

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 847d754...a0c7ba9. Read the comment docs.