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


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

commit 2c748d2554db9731d9bb8ce386e063b0cdb2458a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 31 07:42:42 2022 -0400

    Add profile.jacoco
    
    Update code coverage badge and link
---
 README.md                         | 2 +-
 commons-vfs2-examples/README.md   | 2 +-
 src/site/resources/profile.jacoco | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c977ae6a..c6f40322 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons VFS Project
 ===================
 
 [![GitHub Actions 
Status](https://github.com/apache/commons-vfs/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-vfs/actions)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-vfs/badge.svg)](https://coveralls.io/r/apache/commons-vfs)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-vfs/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-vfs)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-vfs2/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-vfs2/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-vfs2/2.9.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-vfs2/2.9.0)
 
[![CodeQL](https://github.com/apache/commons-vfs/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-vfs/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
diff --git a/commons-vfs2-examples/README.md b/commons-vfs2-examples/README.md
index 371f276a..0c06dd39 100644
--- a/commons-vfs2-examples/README.md
+++ b/commons-vfs2-examples/README.md
@@ -44,7 +44,7 @@ Apache Commons VFS Examples
 ===================
 
 [![GitHub Actions 
Status](https://github.com/apache/commons-vfs/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-vfs/actions)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-vfs/badge.svg)](https://coveralls.io/r/apache/commons-vfs)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-vfs/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-vfs)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-vfs2-examples/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-vfs2-examples/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-vfs2-examples/2.9.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-vfs2-examples/2.9.0)
 
diff --git a/src/site/resources/profile.jacoco 
b/src/site/resources/profile.jacoco
new file mode 100644
index 00000000..e69de29b

Reply via email to