-
Notifications
You must be signed in to change notification settings - Fork 143
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
build: use the 'org.web3j.solidity' Gradle plugin to compile contracts #14361
base: main
Are you sure you want to change the base?
Conversation
fdaf59b
to
b368f09
Compare
b368f09
to
d266fb3
Compare
@jjohannes any progress on this as 0.55 is complete, will this be in 0.56? |
@Nana-EC sorry this is totally an experiment at this point. I just put a milestone to satisfy the PR checks. Removed it. |
Signed-off-by: Jendrik Johannes <[email protected]>
Signed-off-by: Jendrik Johannes <[email protected]>
Signed-off-by: Jendrik Johannes <[email protected]>
Signed-off-by: Jendrik Johannes <[email protected]>
Signed-off-by: Jendrik Johannes <[email protected]>
d266fb3
to
419ed84
Compare
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #14361 +/- ##
=============================================
- Coverage 63.39% 63.39% -0.01%
+ Complexity 20209 20207 -2
=============================================
Files 2539 2539
Lines 94256 94256
Branches 9859 9859
=============================================
- Hits 59758 59755 -3
- Misses 30901 30903 +2
- Partials 3597 3598 +1 |
Description:
See #7456
TODOs to investigate:
Related issue(s):
Resolves #7456
Notes for reviewer:
Checklist