-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fix persist compiler crash when no persist configurations are found #278
Fix persist compiler crash when no persist configurations are found #278
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #278 +/- ##
============================================
- Coverage 88.37% 87.75% -0.63%
Complexity 365 365
============================================
Files 30 30
Lines 1170 1176 +6
Branches 145 148 +3
============================================
- Hits 1034 1032 -2
- Misses 85 91 +6
- Partials 51 53 +2 ☔ View full report in Codecov by Sentry. |
...ugin/src/main/java/io/ballerina/stdlib/persist/compiler/PersistModelDefinitionValidator.java
Outdated
Show resolved
Hide resolved
compiler-plugin/src/main/java/io/ballerina/stdlib/persist/compiler/utils/Utils.java
Show resolved
Hide resolved
Co-authored-by: Danesh Kuruppu <daneshk@users.noreply.github.com>
|
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
Fixes: ballerina-platform/ballerina-library#6187
Examples
Checklist