You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/06/09 08:20:03 UTC

[commons-rng] 03/04: Update README badges

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 <ah...@apache.org>
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
 ===================
 
-[![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
-[![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)
+[![Build Status](https://github.com/apache/commons-rng/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-rng/actions/workflows/maven.yml)
+[![Coverage Status](https://codecov.io/gh/apache/commons-rng/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-rng)
 [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=commons-rng&metric=alert_status)](https://sonarcloud.io/dashboard?id=commons-rng)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/)
 [![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-simple/1.4.svg)](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
 ===================
 
-[![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
-[![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)
+[![Build Status](https://github.com/apache/commons-rng/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-rng/actions/workflows/maven.yml)
+[![Coverage Status](https://codecov.io/gh/apache/commons-rng/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-rng)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-client-api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-client-api/)
 [![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-client-api/1.4.svg)](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
 ===================
 
-[![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
-[![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)
+[![Build Status](https://github.com/apache/commons-rng/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-rng/actions/workflows/maven.yml)
+[![Coverage Status](https://codecov.io/gh/apache/commons-rng/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-rng)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-core/)
 [![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-core/1.4.svg)](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
 ===================
 
-[![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
-[![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)
+[![Build Status](https://github.com/apache/commons-rng/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-rng/actions/workflows/maven.yml)
+[![Coverage Status](https://codecov.io/gh/apache/commons-rng/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-rng)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-sampling/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-sampling/)
 [![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-sampling/1.4.svg)](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
 ===================
 
-[![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
-[![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)
+[![Build Status](https://github.com/apache/commons-rng/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-rng/actions/workflows/maven.yml)
+[![Coverage Status](https://codecov.io/gh/apache/commons-rng/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-rng)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/)
 [![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-simple/1.4.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-simple/1.4)