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

pnoltes pushed a commit to branch feature/codecov_ci
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/feature/codecov_ci by this 
push:
     new 923e1e9  Adds README badge for codecov.
923e1e9 is described below

commit 923e1e98460aafab9360cc468d9b9bdae03d7437
Author: Pepijn Noltes <[email protected]>
AuthorDate: Sun May 17 12:27:55 2020 +0200

    Adds README badge for codecov.
    
    Also removes unused badges (travis/ coveralls).
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0e93020..8caed34 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ See the License for the specific language governing 
permissions and
 limitations under the License.
 -->
 
-# Apache Celix [![Build 
Status](https://travis-ci.org/apache/celix.svg?branch=master)](https://travis-ci.org/apache/celix)
 [![Coverage 
Status](https://coveralls.io/repos/apache/celix/badge.svg?branch=master&service=github)](https://coveralls.io/github/apache/celix?branch=master)
 [![Coverity Scan Build 
Status](https://scan.coverity.com/projects/6685/badge.svg)](https://scan.coverity.com/projects/6685)
+# Apache Celix 
[![codecov](https://codecov.io/gh/apache/celix/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/celix)
 [![Coverity Scan Build 
Status](https://scan.coverity.com/projects/6685/badge.svg)](https://scan.coverity.com/projects/6685)
 
 Apache Celix is an implementation of the OSGi specification adapted to C and 
C++ (C++11). It is a framework to develop (dynamic) modular software 
applications using component and/or service-oriented programming.
 
 ## Building

Reply via email to