-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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
[optimize]Refactor the dubbo-demo module #14871
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 3.3 #14871 +/- ##
=============================================
- Coverage 37.53% 2.19% -35.34%
=============================================
Files 1813 26083 +24270
Lines 80737 1389674 +1308937
Branches 12005 220210 +208205
=============================================
+ Hits 30304 30566 +262
- Misses 46042 1354670 +1308628
- Partials 4391 4438 +47 ☔ View full report in Codecov by Sentry. |
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.apache.dubbo</groupId> | ||
<artifactId>dubbo-demo-native</artifactId> |
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.
Currently, it cannot be deleted, and the native ci test relies on it.
What is the purpose of the change?
dubbo-demo-xml
,dubbo-demo-annotation
,dubbo-demo-generic-call
anddubbo-demo-interface
.dubbo
totriple
.README.md
.Checklist