You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/06/14 19:27:21 UTC

[incubator-datasketches-java] branch UpdateBadges created (now 20f23a5)

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a change to branch UpdateBadges
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git.


      at 20f23a5  Update Badges

This branch includes the following new commits:

     new 20f23a5  Update Badges

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[incubator-datasketches-java] 01/01: Update Badges

Posted by le...@apache.org.
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 <le...@users.noreply.github.com>
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] [![codecov](https://codecov.io/gh/DataSketches/sketches-core/branch/master/graph/badge.svg)](https://codecov.io/gh/DataSketches/sketches-core)
+[![Build Status](https://travis-ci.org/apache/incubator-datasketches-java.svg?branch=master)](https://travis-ci.org/apache/incubator-datasketches-java)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.yahoo.datasketches/sketches-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.yahoo.datasketches/sketches-core) 
+[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/apache/incubator-datasketches-java.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/incubator-datasketches-java/context:java)
+[![Total alerts](https://img.shields.io/lgtm/alerts/g/apache/incubator-datasketches-java.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/incubator-datasketches-java/alerts/)
+[![Coverage Status](https://coveralls.io/repos/github/apache/incubator-datasketches-java/badge.svg?branch=master)](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: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org