CoreOffice / XMLCoder

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

Add test for keyed Int types #58

Closed hodovani closed 5 years ago

hodovani commented 5 years ago

Add test for keyd Int, Int8, Int16, Int32, Int64, UInt, UInt8, UInt16, UInt32, UInt64 types.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage   66.38%   68.48%   +2.09%     
==========================================
  Files          30       30              
  Lines        1431     1431              
==========================================
+ Hits          950      980      +30     
+ Misses        481      451      -30
Impacted Files Coverage Δ
...s/XMLCoder/Decoder/XMLKeyedDecodingContainer.swift 78.72% <0%> (+11.34%) :arrow_up:
...s/XMLCoder/Encoder/XMLKeyedEncodingContainer.swift 61.44% <0%> (+16.86%) :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 de361c7...e1f77b7. Read the comment docs.