-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update test cases for Redis DB #341
Conversation
…t-tools into redis-client
Update test cases for Redis DB
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #341 +/- ##
==========================================
+ Coverage 84.21% 84.26% +0.05%
==========================================
Files 63 63
Lines 5695 5715 +20
Branches 746 750 +4
==========================================
+ Hits 4796 4816 +20
Misses 676 676
Partials 223 223 ☔ View full report in Codecov by Sentry. |
persist-cli-tests/src/test/resources/test-src/output/tool_test_generate_100_redis/Config.toml
Outdated
Show resolved
Hide resolved
...t-cli/src/main/java/io/ballerina/persist/nodegenerator/syntax/clients/RedisClientSyntax.java
Outdated
Show resolved
Hide resolved
Fix formatting issues with Redis tests
Quality Gate passedIssues Measures |
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.
LGTM
Purpose
To update the Redis DB test cases to include new code generation logic.
Related to: ballerina-platform/ballerina-library#6216
Examples
Checklist