Add Github Action for Unit test#6726
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6726 +/- ##
============================================
+ Coverage 58.84% 59.07% +0.22%
+ Complexity 508 507 -1
============================================
Files 1025 1025
Lines 41341 41341
Branches 6014 6014
============================================
+ Hits 24326 24421 +95
+ Misses 14262 14187 -75
+ Partials 2753 2733 -20 Continue to review full report at Codecov.
|
|
Changes looks good to me. but there are few things need to be discuss before merge it:
|
|
hi, @htynkn
yeap, I agree with you. I will disable macOS test case later on.
According to Github Community, we can use at least up to 20 workflows concurrently for dubbo repo itself. For now it is enough for our building rate on travis. |
Codecov Report
@@ Coverage Diff @@
## master #6726 +/- ##
============================================
+ Coverage 59.09% 59.32% +0.23%
+ Complexity 509 508 -1
============================================
Files 1028 1028
Lines 41519 41519
Branches 6037 6021 -16
============================================
+ Hits 24536 24633 +97
+ Misses 14211 14136 -75
+ Partials 2772 2750 -22 Continue to review full report at Codecov.
|
|
|
htynkn
left a comment
There was a problem hiding this comment.
thanks for your investigate and contribution.
Will merge this change to master soon.
At this stage, I can see some duplicate code in github action yml file, maybe we can use some feature like matrix to make it more clean. those stuff can be done in the future.
What is the purpose of the change
Add Github Action Support for Dubbo Unit Test