This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch LicenseSwap in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-memory.git
commit fd30773a12f1a107bf1f3f3881205456c00104f7 Author: Lee Rhodes <[email protected]> AuthorDate: Fri Jun 14 12:13:05 2019 -0700 Update README badges --- README.md | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 19fcf7e..8812bf1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -[![][travis img]][travis] [![][mavenbadge img]][mavenbadge] -[![Code Quality: Java][lgtm-badge]][lgtm-badge-url] [![Total alerts][lgtm-alerts]][lgtm-alerts-url] -[![][coveralls img]][coveralls] +[](https://travis-ci.org/apache/incubator-datasketches-memory) +[](https://maven-badges.herokuapp.com/maven-central/com.yahoo.datasketches/memory) +[](https://lgtm.com/projects/g/apache/incubator-datasketches-memory/context:java) +[](https://lgtm.com/projects/g/apache/incubator-datasketches-memory/alerts/) +[](https://coveralls.io/github/apache/incubator-datasketches-memory?branch=master) ================= -# memory +# DataSketches Memory The goal of this package is to provide high performance access to native memory for primitives and primitive arrays. It also provides consistent views into heap-based arrays, Java ByteBuffers and memory mapped files. This package is general purpose, has minimal external @@ -21,18 +23,3 @@ ## [Building](https://github.com/DataSketches/memory/blob/master/README_building.md) - -[travis]:https://travis-ci.org//DataSketches/memory/builds?branch=master -[travis img]:https://secure.travis-ci.org/DataSketches/memory.svg?branch=master - -[mavenbadge]:https://search.maven.org/#search|gav|1|g%3A%22com.yahoo.datasketches%22%20AND%20a%3A%22memory%22 -[mavenbadge img]:https://maven-badges.herokuapp.com/maven-central/com.yahoo.datasketches/memory/badge.svg - -[lgtm-badge]: https://img.shields.io/lgtm/grade/java/g/DataSketches/memory.svg?logo=lgtm&logoWidth=18 -[lgtm-badge-url]: https://lgtm.com/projects/g/DataSketches/memory/context:java -[lgtm-alerts]: https://img.shields.io/lgtm/alerts/g/DataSketches/memory.svg?logo=lgtm&logoWidth=18 -[lgtm-alerts-url]: https://lgtm.com/projects/g/DataSketches/memory/alerts - -[coveralls]:https://coveralls.io/github/DataSketches/memory?branch=master -[coveralls img]:https://coveralls.io/repos/github/DataSketches/memory/badge.svg?branch=master&service=github - --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
