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-rng.git
commit d5ec008eecaa16771e367e693c09e7ef5e56661b Author: Alex Herbert <[email protected]> AuthorDate: Thu Jun 9 09:16:25 2022 +0100 Update README badges coveralls to codecov travis to GH actions --- README.md | 4 ++-- commons-rng-client-api/README.md | 4 ++-- commons-rng-core/README.md | 4 ++-- commons-rng-sampling/README.md | 4 ++-- commons-rng-simple/README.md | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ec8122b9..d8e528d7 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Apache Commons RNG =================== -[](https://app.travis-ci.com/github/apache/commons-rng) -[](https://coveralls.io/r/apache/commons-rng) +[](https://github.com/apache/commons-rng/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-rng) [](https://sonarcloud.io/dashboard?id=commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/) [](https://javadoc.io/doc/org.apache.commons/commons-rng-simple/1.4) diff --git a/commons-rng-client-api/README.md b/commons-rng-client-api/README.md index 3866c757..e8b9aa1a 100644 --- a/commons-rng-client-api/README.md +++ b/commons-rng-client-api/README.md @@ -43,8 +43,8 @@ Apache Commons RNG Client API =================== -[](https://app.travis-ci.com/github/apache/commons-rng) -[](https://coveralls.io/r/apache/commons-rng) +[](https://github.com/apache/commons-rng/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-client-api/) [](https://javadoc.io/doc/org.apache.commons/commons-rng-client-api/1.4) diff --git a/commons-rng-core/README.md b/commons-rng-core/README.md index 17e7c376..a18bd367 100644 --- a/commons-rng-core/README.md +++ b/commons-rng-core/README.md @@ -43,8 +43,8 @@ Apache Commons RNG Core =================== -[](https://app.travis-ci.com/github/apache/commons-rng) -[](https://coveralls.io/r/apache/commons-rng) +[](https://github.com/apache/commons-rng/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-core/) [](https://javadoc.io/doc/org.apache.commons/commons-rng-core/1.4) diff --git a/commons-rng-sampling/README.md b/commons-rng-sampling/README.md index 82bc8195..5ce53a6a 100644 --- a/commons-rng-sampling/README.md +++ b/commons-rng-sampling/README.md @@ -43,8 +43,8 @@ Apache Commons RNG Sampling =================== -[](https://app.travis-ci.com/github/apache/commons-rng) -[](https://coveralls.io/r/apache/commons-rng) +[](https://github.com/apache/commons-rng/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-sampling/) [](https://javadoc.io/doc/org.apache.commons/commons-rng-sampling/1.4) diff --git a/commons-rng-simple/README.md b/commons-rng-simple/README.md index 420ead5c..c942d314 100644 --- a/commons-rng-simple/README.md +++ b/commons-rng-simple/README.md @@ -43,8 +43,8 @@ Apache Commons RNG Simple =================== -[](https://app.travis-ci.com/github/apache/commons-rng) -[](https://coveralls.io/r/apache/commons-rng) +[](https://github.com/apache/commons-rng/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/) [](https://javadoc.io/doc/org.apache.commons/commons-rng-simple/1.4)
