CoreOffice / XMLCoder

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

Test w/ Xcode 11.4 on macOS, Swift 5.2.1 on Linux #166

Closed MaxDesiatov closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #166 into master will increase coverage by 0.32%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
+ Coverage   72.52%   72.84%   +0.32%     
==========================================
  Files          43       43              
  Lines        2264     2287      +23     
==========================================
+ Hits         1642     1666      +24     
+ Misses        622      621       -1     
Impacted Files Coverage Δ
...XMLCoder/Decoder/XMLUnkeyedDecodingContainer.swift 36.29% <ø> (-0.21%) :arrow_down:
Sources/XMLCoder/Auxiliaries/Box/KeyedBox.swift 100.00% <0.00%> (ø)
Sources/XMLCoder/Auxiliaries/XMLCoderElement.swift 95.52% <0.00%> (+0.04%) :arrow_up:
Sources/XMLCoder/Auxiliaries/XMLStackParser.swift 93.68% <0.00%> (+0.06%) :arrow_up:
...es/XMLCoder/Decoder/XMLDecoderImplementation.swift 67.45% <0.00%> (+0.09%) :arrow_up:
Sources/XMLCoder/Encoder/XMLEncodingStorage.swift 96.42% <0.00%> (+0.13%) :arrow_up:
Sources/XMLCoder/Auxiliaries/KeyedStorage.swift 95.34% <0.00%> (+0.22%) :arrow_up:
Sources/XMLCoder/Decoder/XMLDecoder.swift 76.29% <0.00%> (+1.10%) :arrow_up:
Sources/XMLCoder/Decoder/XMLDecodingStorage.swift 82.35% <0.00%> (+1.10%) :arrow_up:
Sources/XMLCoder/Encoder/XMLEncoder.swift 84.40% <0.00%> (+1.23%) :arrow_up:
... and 1 more

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 fbcfba9...ccd5083. Read the comment docs.