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-weaver.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b7c3aa  Add profile.jacoco
5b7c3aa is described below

commit 5b7c3aad5a63960cced695449cdae462fa3bd644
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 31 07:43:04 2022 -0400

    Add profile.jacoco
    
    Update code coverage badge and link
---
 README.md                         | 2 +-
 src/site/resources/profile.jacoco | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 40e0c63..d1ece65 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons Weaver
 ===================
 
 [![Build 
Status](https://travis-ci.org/apache/commons-weaver.svg)](https://travis-ci.org/apache/commons-weaver)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-weaver/badge.svg)](https://coveralls.io/r/apache/commons-weaver)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-weaver/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-weaver)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-weaver-base/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-weaver-base/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-weaver-base/2.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-weaver-base/2.0)
 
diff --git a/src/site/resources/profile.jacoco 
b/src/site/resources/profile.jacoco
new file mode 100644
index 0000000..e69de29

Reply via email to