-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add set_add hint #241
Add set_add hint #241
Conversation
…-find-element-hint
Codecov Report
@@ Coverage Diff @@
## main #241 +/- ##
==========================================
- Coverage 58.03% 57.54% -0.49%
==========================================
Files 43 45 +2
Lines 5423 5611 +188
==========================================
+ Hits 3147 3229 +82
- Misses 2004 2080 +76
- Partials 272 302 +30
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Please move find_element_hint_codes.go & set_hint_codes.go to the hint_codes folder
Also, many functions and variables are using snake_case instead of camelCase
Resolves: #190