-
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
add codecov component #992 #993
Conversation
Hello, lovepoem. Have u test this in your own repository? |
Yes. https://github.com/lovepoem/codecov-travis-maven-test is a new repository I created for this issue three days ago . Please see the examples: dubbo code master should do with github account: |
Codecov Report
@@ Coverage Diff @@
## master #993 +/- ##
=========================================
Coverage ? 27.53%
=========================================
Files ? 789
Lines ? 41577
Branches ? 8476
=========================================
Hits ? 11449
Misses ? 28079
Partials ? 2049 Continue to review full report at Codecov.
|
Is CodeCov necessary? I find many other github projects haven't integrate with CodeCov. |
I think a rich test case is necessary for the quality of the code. Travis Ci and codecov were only popular in the last two years. Codecov does help us check every PR test code and improve the test code coverage. |
* 'master' of https://github.com/alibaba/dubbo: (248 commits) 获取Serializer和Deserializer时,高并发情况下线程block (apache#1196) Merge pull request from apache#1170, fix typo of SUFFIXES. apache#992 add codecov component (apache#993) Merge pull request from apache#1131, delete empty comments. Translate missing content and add apache license Add apache license and remove @author comment I18N effort for dubbo-common, translate the missing content I18N effort for code base, translate the missing content I18N effort for dubbo-admin, translate the missing content I18N effort for dubbo-cluster, translate the missing content I18N effort, translate the missing content I18N effort for dubbo-remoting, translate the missing content Change default locale from zh to en I18N effort for dubbo-admin, xml and UT, apache#1124 I18N effort for dubbo-admin, apache#1124 fix typo translate comments into english translate comments fix typo change comment to english ... # Conflicts: # dubbo-cluster/src/main/java/com/alibaba/dubbo/rpc/cluster/loadbalance/RoundRobinLoadBalance.java # dubbo-config/dubbo-config-api/src/main/java/com/alibaba/dubbo/config/ServiceConfig.java
What is the purpose of the change
#992
Brief changelog
update pom.xml
.travis.yml
we can get:
the test coverage rate of the entire project
coverage rate change of every PR