-
Notifications
You must be signed in to change notification settings - Fork 112
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 ContractCallNativePrecompileTest
#10190
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Steven Sheehy <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10190 +/- ##
=========================================
Coverage 92.30% 92.31%
- Complexity 7821 7826 +5
=========================================
Files 947 948 +1
Lines 32847 32869 +22
Branches 4151 4151
=========================================
+ Hits 30321 30344 +23
Misses 1550 1550
+ Partials 976 975 -1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Steven Sheehy <[email protected]>
Signed-off-by: Steven Sheehy <[email protected]>
Signed-off-by: Steven Sheehy <[email protected]>
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/SystemFileLoader.java
Show resolved
Hide resolved
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
Description:
ContractCallNativePrecompileTest
keyvalue
sub-packageRelated issue(s):
Fixes #10080
Notes for reviewer:
3359 tests completed, 284 failed, 6 skipped
Checklist