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 67640b955b1e4bb7a088b353b7a8edeeb9666d7c
Author: aherbert <aherb...@apache.org>
AuthorDate: Thu Jul 6 10:37:13 2023 +0100

    Update badges and links on README
---
 commons-statistics-descriptive/README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/commons-statistics-descriptive/README.md 
b/commons-statistics-descriptive/README.md
index 4d9b494..0d7f74c 100644
--- a/commons-statistics-descriptive/README.md
+++ b/commons-statistics-descriptive/README.md
@@ -43,11 +43,11 @@
 Apache Commons Statistics Descriptive
 ===================
 
-[![Travis-CI 
Status](https://travis-ci.org/apache/commons-statistics.svg)](https://travis-ci.org/apache/commons-statistics)
-[![GitHub Actions 
Status](https://github.com/apache/commons-statistics/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-statistics/actions)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-statistics/badge.svg)](https://coveralls.io/r/apache/commons-statistics)
+[![Build 
Status](https://github.com/apache/commons-statistics/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/maven.yml)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-statistics/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-statistics)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-statistics-descriptive/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-statistics-descriptive/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-statistics-descriptive/1.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-statistics-descriptive/1.1)
+[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
 
 Descriptive statistics.
 
@@ -80,7 +80,7 @@ There are some guidelines which will make applying PRs easier 
for us:
 + No tabs! Please use spaces for indentation.
 + Respect the code style.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
-+ Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running ```mvn clean test```.
++ Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running ```mvn```.
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
 You can learn more about contributing via GitHub in our [contribution 
guidelines](CONTRIBUTING.md).
@@ -89,7 +89,7 @@ License
 -------
 This code is under the [Apache Licence 
v2](https://www.apache.org/licenses/LICENSE-2.0).
 
-See the `NOTICE.txt` file for required notices and attributions.
+See the `NOTICE` file for required notices and attributions.
 
 Donations
 ---------

Reply via email to