-
Notifications
You must be signed in to change notification settings - Fork 45
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 three badge(build, coverage and licence) #3
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3 +/- ##
=========================================
Coverage ? 17.82%
=========================================
Files ? 73
Lines ? 1717
Branches ? 102
=========================================
Hits ? 306
Misses ? 1378
Partials ? 33 Continue to review full report at Codecov.
|
94858c2
to
33f2690
Compare
@@ -1,5 +1,10 @@ | |||
# hugegraph-client | |||
|
|||
[![License](https://img.shields.io/badge/license-Apache%202-0E78BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) | |||
[![Build Status](https://travis-ci.org/hugegraph/hugegraph-client.svg?branch=master)](https://travis-ci.org/hugegraph/hugegraph-client) | |||
[![codecov](https://codecov.io/gh/hugegraph/hugegraph-client/branch/master/graph/badge.svg)](https://codecov.io/gh/hugegraph/hugegraph-client) |
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.
s/codecov/Codecov/
should set branch for release branch: https://codecov.io/gh/hugegraph/hugegraph-client/branch/{release-branch}
README.md
Outdated
[![License](https://img.shields.io/badge/license-Apache%202-0E78BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) | ||
[![Build Status](https://travis-ci.org/hugegraph/hugegraph-client.svg?branch=master)](https://travis-ci.org/hugegraph/hugegraph-client) | ||
[![codecov](https://codecov.io/gh/hugegraph/hugegraph-client/branch/master/graph/badge.svg)](https://codecov.io/gh/hugegraph/hugegraph-client) | ||
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.baidu.hugegraph/hugegraph-client/badge.svg)](https://mvnrepository.com/artifact/com.baidu.hugegraph/hugegraph-client/1.5.7) |
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.
remove 1.5.7 on branch master.
but should add specified version for release branch:
https://maven-badges.herokuapp.com/maven-central/com.baidu.hugegraph/hugegraph-client/badge.svg?version=1.5.6
ref: jirutka/maven-badges#19
2f56503
to
b1d7416
Compare
…n README Change-Id: I9e82311e69a8a16c320f926b952ab52fdd67117c
The same commit has been merged in icode |
Change-Id: I005fba5a131f55820dbd1d702eb5ef812acd132f
Change-Id: I9e82311e69a8a16c320f926b952ab52fdd67117c