Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a crash that occurs when the number of fields is small #92

Merged
merged 1 commit into from
Jun 29, 2019
Merged

Conversation

yaslab
Copy link
Owner

@yaslab yaslab commented Jun 29, 2019

This PR resolves #83.

@yaslab yaslab added the bug label Jun 29, 2019
@yaslab yaslab self-assigned this Jun 29, 2019
@codecov
Copy link

codecov bot commented Jun 29, 2019

Codecov Report

Merging #92 into master will increase coverage by 0.29%.
The diff coverage is 97.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
+ Coverage   90.63%   90.93%   +0.29%     
==========================================
  Files          14       14              
  Lines        2093     2128      +35     
==========================================
+ Hits         1897     1935      +38     
+ Misses        196      193       -3
Impacted Files Coverage Δ
Tests/CSVTests/CSVReaderTests.swift 100% <100%> (ø) ⬆️
Sources/CSV/CSVReader.swift 93.67% <100%> (-0.15%) ⬇️
Tests/CSVTests/CSVRowDecoderTests.swift 92.6% <94.44%> (+0.08%) ⬆️
Sources/CSV/CSVRowDecoder.swift 74.35% <0%> (+0.93%) ⬆️

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 b5514ec...266f27e. Read the comment docs.

@yaslab yaslab merged commit ee50dd3 into master Jun 29, 2019
@yaslab yaslab deleted the fix/83 branch June 29, 2019 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

This code causes a fatal error.
1 participant