CoreOffice / XMLCoder

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

Fix Float32 decoding, add DoubleBox #138

Closed MaxDesiatov closed 4 years ago

MaxDesiatov commented 4 years ago

Resolve #130.

Also make xmlString function a computed property.

codecov[bot] commented 4 years ago

Codecov Report

Merging #138 into master will increase coverage by 0.07%. The diff coverage is 74.6%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #138      +/-   ##
==========================================
+ Coverage    72.1%   72.17%   +0.07%     
==========================================
  Files          42       43       +1     
  Lines        2373     2401      +28     
==========================================
+ Hits         1711     1733      +22     
- Misses        662      668       +6
Impacted Files Coverage Δ
Sources/XMLCoder/Auxiliaries/Box/Box.swift 100% <ø> (ø) :arrow_up:
Sources/XMLCoder/Auxiliaries/Box/ChoiceBox.swift 76.92% <0%> (ø) :arrow_up:
...rces/XMLCoder/Auxiliaries/Box/SingleKeyedBox.swift 50% <0%> (ø) :arrow_up:
...MLCoder/Decoder/SingleValueDecodingContainer.swift 72.72% <100%> (+2.72%) :arrow_up:
Sources/XMLCoder/Auxiliaries/Box/DateBox.swift 95.55% <100%> (ø) :arrow_up:
Sources/XMLCoder/Auxiliaries/Box/DataBox.swift 100% <100%> (ø) :arrow_up:
Sources/XMLCoder/Auxiliaries/Box/SharedBox.swift 100% <100%> (ø) :arrow_up:
Sources/XMLCoder/Auxiliaries/Box/DecimalBox.swift 100% <100%> (ø) :arrow_up:
Sources/XMLCoder/Auxiliaries/Box/UIntBox.swift 100% <100%> (ø) :arrow_up:
Sources/XMLCoder/Auxiliaries/XMLCoderElement.swift 96.11% <100%> (ø) :arrow_up:
... and 13 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 bb6dda2...73193cf. Read the comment docs.