CoreOffice / XMLCoder

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

Fix CDATA issue #170

Closed MaxDesiatov closed 4 years ago

MaxDesiatov commented 4 years ago

Resolves #168

codecov[bot] commented 4 years ago

Codecov Report

Merging #170 into master will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #170      +/-   ##
==========================================
+ Coverage   72.84%   72.87%   +0.02%     
==========================================
  Files          43       43              
  Lines        2287     2289       +2     
==========================================
+ Hits         1666     1668       +2     
  Misses        621      621              
Impacted Files Coverage Δ
Sources/XMLCoder/Auxiliaries/Box/KeyedBox.swift 100.00% <100.00%> (ø)
Sources/XMLCoder/Auxiliaries/KeyedStorage.swift 95.55% <100.00%> (+0.20%) :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 37f87d9...bfda0ae. Read the comment docs.