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-statistics.git
commit fac66fadbce3b06ef8630f0f44d52a7b9cc5434e Author: Alex Herbert <[email protected]> AuthorDate: Sun Jun 5 22:36:27 2022 +0100 Update README badges coveralls to codecov travis to GH actions --- README.md | 4 ++-- commons-statistics-distribution/README.md | 4 ++-- commons-statistics-regression/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 580bcfd..e52c051 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Apache Commons Statistics =================== -[](https://travis-ci.org/apache/commons-statistics) -[](https://coveralls.io/r/apache/commons-statistics) +[](https://github.com/apache/commons-statistics/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-statistics) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-statistics-distribution/) [](http://www.apache.org/licenses/LICENSE-2.0.html) diff --git a/commons-statistics-distribution/README.md b/commons-statistics-distribution/README.md index 623b18d..eda8837 100644 --- a/commons-statistics-distribution/README.md +++ b/commons-statistics-distribution/README.md @@ -43,8 +43,8 @@ Apache Commons Statistics Distribution =================== -[](https://travis-ci.org/apache/commons-statistics-distribution) -[](https://coveralls.io/r/apache/commons-statistics-distribution) +[](https://github.com/apache/commons-statistics/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-statistics) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-statistics-distribution/) [](http://www.apache.org/licenses/LICENSE-2.0.html) diff --git a/commons-statistics-regression/README.md b/commons-statistics-regression/README.md index 6f144e6..8759407 100644 --- a/commons-statistics-regression/README.md +++ b/commons-statistics-regression/README.md @@ -43,8 +43,8 @@ Apache Commons Statistics Regression =================== -[](https://travis-ci.org/apache/commons-statistics-regression) -[](https://coveralls.io/r/apache/commons-statistics-regression) +[](https://github.com/apache/commons-statistics/actions/workflows/maven.yml) +[](https://app.codecov.io/gh/apache/commons-statistics) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-statistics-regression/) [](http://www.apache.org/licenses/LICENSE-2.0.html)
