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

issue-103 - Parser fails when processing this library https://github.… #104

Merged
merged 1 commit into from
Sep 22, 2020

Conversation

jfeliu007
Copy link
Owner

…com/golang/go

Return immediately after we find the list is empty.

Fixes #103

@codecov
Copy link

codecov bot commented Sep 22, 2020

Codecov Report

Merging #104 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #104     /-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            5         5            
  Lines          609       509   -100     
==========================================
- Hits           609       509   -100     
Impacted Files Coverage Δ
parser/class_parser.go 100.00% <100.00%> (ø)
parser/alias.go 100.00% <0.00%> (ø)
parser/field.go 100.00% <0.00%> (ø)
parser/struct.go 100.00% <0.00%> (ø)
parser/function.go 100.00% <0.00%> (ø)

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 beb9382...ec3dc0b. Read the comment docs.

@jfeliu007 jfeliu007 merged commit 84f20f5 into master Sep 22, 2020
@jfeliu007 jfeliu007 deleted the issue-103 branch April 4, 2022 15:32
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.

Parser fails when processing this library https://github.com/golang/go
1 participant