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

yaml parser in PR#626 renders lines as dead code #628

Merged
merged 1 commit into from Aug 26, 2019

Conversation

rpatali
Copy link
Contributor

@rpatali rpatali commented Aug 25, 2019

initially when we moved from JSON -> YAML, there were some changes
needed on how to read Float but those are rendered useless as part of
PR# 626.

This dead code is causing coverage to drop. Since this code path is not
taken, a unit test can't be implemented either.

Deleting this deadcode here also helps coverage come back up
to 100% for ./runtime/* dir

initially when we moved from JSON -> YAML, there were some changes
needed on how to read Float but those are rendered useless as part of
PR# 626.

This dead code is causing coverage to drop. Since this code path is not
taken, a unit test can't be implemented either.

Deleting this deadcode here also helps coverage come back up
to 100% for ./runtime/* dir
@rpatali rpatali merged commit d616a9d into master Aug 26, 2019
@rpatali rpatali deleted the rpatali/fix-coverage branch September 25, 2019 19: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.

None yet

2 participants