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

re #52: fixes fail on json preprocessing #62

Merged
merged 1 commit into from
May 13, 2020
Merged

re #52: fixes fail on json preprocessing #62

merged 1 commit into from
May 13, 2020

Conversation

biojppm
Copy link
Owner

@biojppm biojppm commented May 12, 2020

Fixes #52

@coveralls
Copy link

coveralls commented May 13, 2020

Pull Request Test Coverage Report for Build 463

  • 26 of 26 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.04%) to 92.776%

Totals Coverage Status
Change from base Build 459: 0.04%
Covered Lines: 3429
Relevant Lines: 3696

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 463

  • 26 of 26 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.04%) to 92.776%

Totals Coverage Status
Change from base Build 459: 0.04%
Covered Lines: 3429
Relevant Lines: 3696

💛 - Coveralls

@codecov
Copy link

codecov bot commented May 13, 2020

Codecov Report

Merging #62 into master will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   93.28%   93.36%   +0.07%     
==========================================
  Files          58       58              
  Lines        5676     5729      +53     
==========================================
+ Hits         5295     5349      +54     
+ Misses        381      380       -1     
Impacted Files Coverage Δ
src/c4/yml/preprocess.cpp 95.95% <100.00%> (+1.33%) ⬆️
test/preprocess.cpp 97.29% <100.00%> (+4.70%) ⬆️

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 829f724...b22d12f. Read the comment docs.

@biojppm biojppm merged commit 1138181 into master May 13, 2020
@biojppm biojppm deleted the issue52 branch May 13, 2020 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parse error on very simple json document
2 participants