This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new ab3258c8 Update code coverage badge and link
ab3258c8 is described below

commit ab3258c8de53340b8611848bd9c74cfa081aaf21
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Wed Aug 31 07:41:15 2022 -0400

    Update code coverage badge and link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 758f0d61..9c22c08d 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons Pool
 ===================
 
 [![GitHub Actions 
Status](https://github.com/apache/commons-pool/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-pool/actions)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-pool/badge.svg)](https://coveralls.io/r/apache/commons-pool)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-pool/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-pool)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-pool2/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-pool2/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-pool2/2.11.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-pool2/2.11.1)
 
[![CodeQL](https://github.com/apache/commons-pool/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-pool/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)

Reply via email to