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


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

commit bea65b78c51f5b5dfa0b26dbc240a564ffe22f7c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 31 07:43:55 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 92207e0..f2351db 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Apache Commons Daemon
 
 [![Travis-CI 
Status](https://travis-ci.org/apache/commons-daemon.svg)](https://travis-ci.org/apache/commons-daemon)
 [![GitHub Actions 
Status](https://github.com/apache/commons-daemon/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-daemon/actions)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-daemon/badge.svg)](https://coveralls.io/r/apache/commons-daemon)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-daemon/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-daemon/branch/master)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/commons-daemon/commons-daemon/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-daemon/commons-daemon/)
 
[![Javadocs](https://javadoc.io/badge/commons-daemon/commons-daemon/1.3.1.svg)](https://javadoc.io/doc/commons-daemon/commons-daemon/1.3.1)
 
[![CodeQL](https://github.com/apache/commons-daemon/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-daemon/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
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