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

refactor(parser): using error instead of panic #355

Merged
merged 1 commit into from
Mar 25, 2019
Merged

Conversation

easonlin404
Copy link
Member

@easonlin404 easonlin404 commented Mar 25, 2019

Having exists duplicate code snippets, will refactor better with other new PR.
ref #348

@codecov-io
Copy link

codecov-io commented Mar 25, 2019

Codecov Report

Merging #355 into master will decrease coverage by 0.43%.
The diff coverage is 70.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #355      +/-   ##
==========================================
- Coverage   85.58%   85.15%   -0.44%     
==========================================
  Files           7        7              
  Lines        1304     1320      +16     
==========================================
+ Hits         1116     1124       +8     
- Misses        109      113       +4     
- Partials       79       83       +4
Impacted Files Coverage Δ
parser.go 84% <70.96%> (-0.73%) ⬇️

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 4d66fe8...d3ebed0. Read the comment docs.

Copy link
Member

@pei0804 pei0804 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pei0804 pei0804 merged commit 92f098d into master Mar 25, 2019
@pei0804 pei0804 deleted the fix-parser-panic branch March 25, 2019 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants