This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
commit a8bf934ee8673591153c4295967a83f03e5d7194 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Sun Jun 5 22:48:10 2022 +0100 Update README badges coveralls to codecov travis to GH actions --- README.md | 4 ++-- commons-geometry-core/README.md | 4 ++-- commons-geometry-enclosing/README.md | 4 ++-- commons-geometry-euclidean/README.md | 4 ++-- commons-geometry-examples/README.md | 5 ++--- commons-geometry-examples/examples-jmh/README.md | 5 ++--- commons-geometry-examples/examples-tutorials/README.md | 5 ++--- commons-geometry-hull/README.md | 4 ++-- commons-geometry-io-core/README.md | 4 ++-- commons-geometry-io-euclidean/README.md | 4 ++-- commons-geometry-spherical/README.md | 4 ++-- 11 files changed, 22 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index d41ed578..bd9e7f7e 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Apache Commons Geometry =================== -[](https://travis-ci.org/apache/commons-geometry) -[](https://coveralls.io/github/apache/commons-geometry?branch=master) +[](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-geometry) [](https://sonarcloud.io/dashboard?id=commons-geometry) <!--- [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-core/) diff --git a/commons-geometry-core/README.md b/commons-geometry-core/README.md index 58fdd6e4..1658982c 100644 --- a/commons-geometry-core/README.md +++ b/commons-geometry-core/README.md @@ -43,8 +43,8 @@ Apache Commons Geometry Core =================== -[](https://travis-ci.org/apache/commons-geometry-core) -[](https://coveralls.io/r/apache/commons-geometry-core) +[](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-geometry) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-core/) [](http://www.apache.org/licenses/LICENSE-2.0.html) diff --git a/commons-geometry-enclosing/README.md b/commons-geometry-enclosing/README.md index 957a52b1..20d0bbaf 100644 --- a/commons-geometry-enclosing/README.md +++ b/commons-geometry-enclosing/README.md @@ -43,8 +43,8 @@ Apache Commons Geometry Enclosing =================== -[](https://travis-ci.org/apache/commons-geometry-enclosing) -[](https://coveralls.io/r/apache/commons-geometry-enclosing) +[](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-geometry) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-enclosing/) [](http://www.apache.org/licenses/LICENSE-2.0.html) diff --git a/commons-geometry-euclidean/README.md b/commons-geometry-euclidean/README.md index 4313cc11..42fd3b2d 100644 --- a/commons-geometry-euclidean/README.md +++ b/commons-geometry-euclidean/README.md @@ -43,8 +43,8 @@ Apache Commons Geometry Euclidean =================== -[](https://travis-ci.org/apache/commons-geometry-euclidean) -[](https://coveralls.io/r/apache/commons-geometry-euclidean) +[](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-geometry) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-euclidean/) [](http://www.apache.org/licenses/LICENSE-2.0.html) diff --git a/commons-geometry-examples/README.md b/commons-geometry-examples/README.md index 3093437a..b64abaf7 100644 --- a/commons-geometry-examples/README.md +++ b/commons-geometry-examples/README.md @@ -43,9 +43,8 @@ Apache Commons Geometry Examples =================== -[](https://travis-ci.org/apache/commons-geometry) -[](https://coveralls.io/r/apache/commons-geometry) -[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-examples/) +[](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-geometry) [](https://javadoc.io/doc/org.apache.commons/commons-geometry-examples/1.0) Examples of use of the "Commons Geometry" library. diff --git a/commons-geometry-examples/examples-jmh/README.md b/commons-geometry-examples/examples-jmh/README.md index e60bcc7a..4ce23d6e 100644 --- a/commons-geometry-examples/examples-jmh/README.md +++ b/commons-geometry-examples/examples-jmh/README.md @@ -43,9 +43,8 @@ Apache Commons Geometry JMH Benchmark =================== -[](https://travis-ci.org/apache/commons-geometry) -[](https://coveralls.io/r/apache/commons-geometry) -[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-examples-jmh/) +[](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-geometry) [](https://javadoc.io/doc/org.apache.commons/commons-geometry-examples-jmh/1.0) Code for running JMH benchmarks that assess performance. diff --git a/commons-geometry-examples/examples-tutorials/README.md b/commons-geometry-examples/examples-tutorials/README.md index 6f65e7c2..426aa3d6 100644 --- a/commons-geometry-examples/examples-tutorials/README.md +++ b/commons-geometry-examples/examples-tutorials/README.md @@ -43,9 +43,8 @@ Apache Commons Geometry Tutorials =================== -[](https://travis-ci.org/apache/commons-geometry) -[](https://coveralls.io/r/apache/commons-geometry) -[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-examples-tutorials/) +[](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-geometry) [](https://javadoc.io/doc/org.apache.commons/commons-geometry-examples-tutorials/1.0) Contains code used in project tutorials. diff --git a/commons-geometry-hull/README.md b/commons-geometry-hull/README.md index 740cc52e..51d67eed 100644 --- a/commons-geometry-hull/README.md +++ b/commons-geometry-hull/README.md @@ -43,8 +43,8 @@ Apache Commons Geometry Hull =================== -[](https://travis-ci.org/apache/commons-geometry-hull) -[](https://coveralls.io/r/apache/commons-geometry-hull) +[](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-geometry) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-hull/) [](http://www.apache.org/licenses/LICENSE-2.0.html) diff --git a/commons-geometry-io-core/README.md b/commons-geometry-io-core/README.md index a24de1b5..1f715ccb 100644 --- a/commons-geometry-io-core/README.md +++ b/commons-geometry-io-core/README.md @@ -43,8 +43,8 @@ Apache Commons Geometry Core IO =================== -[](https://travis-ci.org/apache/commons-geometry) -[](https://coveralls.io/r/apache/commons-geometry) +[](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-geometry) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-core-io/) [](https://javadoc.io/doc/org.apache.commons/commons-geometry-core-io/1.0) diff --git a/commons-geometry-io-euclidean/README.md b/commons-geometry-io-euclidean/README.md index 1a538aab..3fdf26f1 100644 --- a/commons-geometry-io-euclidean/README.md +++ b/commons-geometry-io-euclidean/README.md @@ -43,8 +43,8 @@ Apache Commons Geometry Euclidean IO =================== -[](https://travis-ci.org/apache/commons-geometry) -[](https://coveralls.io/r/apache/commons-geometry) +[](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-geometry) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-euclidean-io/) [](https://javadoc.io/doc/org.apache.commons/commons-geometry-euclidean-io/1.0) diff --git a/commons-geometry-spherical/README.md b/commons-geometry-spherical/README.md index a43cca1a..6d63a7a3 100644 --- a/commons-geometry-spherical/README.md +++ b/commons-geometry-spherical/README.md @@ -43,8 +43,8 @@ Apache Commons Geometry Spherical =================== -[](https://travis-ci.org/apache/commons-geometry-spherical) -[](https://coveralls.io/r/apache/commons-geometry-spherical) +[](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-geometry) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-spherical/) [](http://www.apache.org/licenses/LICENSE-2.0.html)