CoreOffice / XMLCoder

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

Add TopLevelEncoder implementation #175

Closed MaxDesiatov closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #175 into master will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #175      +/-   ##
==========================================
+ Coverage   73.06%   73.12%   +0.06%     
==========================================
  Files          43       43              
  Lines        2309     2311       +2     
==========================================
+ Hits         1687     1690       +3     
+ Misses        622      621       -1     
Impacted Files Coverage Δ
Sources/XMLCoder/Decoder/XMLDecoder.swift 76.64% <100.00%> (+0.34%) :arrow_up:
Sources/XMLCoder/Encoder/XMLEncoder.swift 84.25% <0.00%> (+0.78%) :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 d57b8f2...18b4ec0. Read the comment docs.