This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch UpdateBadges in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git
commit 20f23a5fa18e8d54494a6199702b6d5db1adc0fd Author: Lee Rhodes <[email protected]> AuthorDate: Fri Jun 14 12:27:06 2019 -0700 Update Badges --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 35bc504..61f0604 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ -[![][travis img]][travis] [![][mavenbadge img]][mavenbadge] -[![Code Quality: Java][lgtm-badge]][lgtm-badge-url] [![Total alerts][lgtm-alerts]][lgtm-alerts-url] [](https://codecov.io/gh/DataSketches/sketches-core) +[](https://travis-ci.org/apache/incubator-datasketches-java) +[](https://maven-badges.herokuapp.com/maven-central/com.yahoo.datasketches/sketches-core) +[](https://lgtm.com/projects/g/apache/incubator-datasketches-java/context:java) +[](https://lgtm.com/projects/g/apache/incubator-datasketches-java/alerts/) +[](https://coveralls.io/github/apache/incubator-datasketches-java?branch=master) ================= -# Sketches Core Library +# DataSketches Core Java Library ## [Documentation](https://datasketches.github.io) @@ -16,13 +19,4 @@ ## [Building](https://github.com/DataSketches/sketches-core/blob/master/README_building.md) -[travis]:https://travis-ci.org//DataSketches/sketches-core/builds?branch=master -[travis img]:https://secure.travis-ci.org/DataSketches/sketches-core.svg?branch=master -[mavenbadge]:https://search.maven.org/#search|gav|1|g%3A%22com.yahoo.datasketches%22%20AND%20a%3A%22sketches-core%22 -[mavenbadge img]:https://maven-badges.herokuapp.com/maven-central/com.yahoo.datasketches/sketches-core/badge.svg - -[lgtm-badge]: https://img.shields.io/lgtm/grade/java/g/DataSketches/sketches-core.svg?logo=lgtm&logoWidth=18 -[lgtm-badge-url]: https://lgtm.com/projects/g/DataSketches/sketches-core/context:java -[lgtm-alerts]: https://img.shields.io/lgtm/alerts/g/DataSketches/sketches-core.svg?logo=lgtm&logoWidth=18 -[lgtm-alerts-url]: https://lgtm.com/projects/g/DataSketches/sketches-core/alerts --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
