You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/08/31 11:44:34 UTC

[commons-jexl] branch master updated: Update code coverage badge and link

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


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

commit 56c046e2ea2586c5826de22ec388844525222f9a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 31 07:44:30 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 b413c014..cb5231ed 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons JEXL
 ===================
 
 [![Build Status](https://travis-ci.org/apache/commons-jexl.svg)](https://travis-ci.org/apache/commons-jexl)
-[![Coverage Status](https://coveralls.io/repos/apache/commons-jexl/badge.svg)](https://coveralls.io/r/apache/commons-jexl)
+[![Coverage Status](https://codecov.io/gh/apache/commons-jexl/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-jexl)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jexl3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jexl3/)
 [![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-jexl3/3.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-jexl3/3.2)
 [![CodeQL](https://github.com/apache/commons-jexl/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-jexl/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)