yaslab / CSV.swift

CSV reading and writing library written in Swift.
MIT License
661 stars 78 forks source link

Update to Swift 5 #86

Closed yaslab closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #86 into master will decrease coverage by 0.18%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
- Coverage   90.75%   90.57%   -0.19%     
==========================================
  Files          14       14              
  Lines        1860     2079     +219     
==========================================
+ Hits         1688     1883     +195     
- Misses        172      196      +24
Impacted Files Coverage Δ
Tests/CSVTests/CSVRowDecoderTests.swift 92.51% <100%> (ø) :arrow_up:
Tests/CSVTests/BinaryReaderTests.swift 92.64% <100%> (ø) :arrow_up:
Sources/CSV/CSVReader.swift 93.82% <0%> (-2.57%) :arrow_down:
Sources/CSV/BinaryReader.swift 86.39% <0%> (+0.47%) :arrow_up:
Sources/CSV/CSVRowDecoder.swift 73.42% <0%> (+5.03%) :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 644f0a1...9eef621. Read the comment docs.