-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: parser to parse test files and load testcases #69
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #69 +/- ##
==========================================
+ Coverage 56.56% 58.28% +1.71%
==========================================
Files 38 43 +5
Lines 8268 9130 +862
==========================================
+ Hits 4677 5321 +644
- Misses 3392 3565 +173
- Partials 199 244 +45 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a large number of positive paths in visitor.go without test coverage.
Fixed most of them. Rest of them need a grammar change, I missed few literal types for test cases. |
I will raise another PR to take care of the pending grammar changes in this PR |
No description provided.