You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ch...@apache.org on 2018/04/26 16:38:09 UTC

[incubator-openwhisk] branch master updated: Add codecov coverage badge (#3587)

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

chetanm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ff6345  Add codecov coverage badge (#3587)
1ff6345 is described below

commit 1ff63454097c18318870196f8c4bc5acc919d9a0
Author: Chetan Mehrotra <ch...@apache.org>
AuthorDate: Thu Apr 26 22:08:03 2018 +0530

    Add codecov coverage badge (#3587)
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index a8aea70..9200988 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@
 [![Build Status](https://travis-ci.org/apache/incubator-openwhisk.svg?branch=master)](https://travis-ci.org/apache/incubator-openwhisk)
 [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
 [![Join Slack](https://img.shields.io/badge/join-slack-9B69A0.svg)](http://slack.openwhisk.org/)
+[![codecov](https://codecov.io/gh/apache/incubator-openwhisk/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-openwhisk)
 
 OpenWhisk is a cloud-first distributed event-based programming service. It provides a programming model to upload event handlers to a cloud service, and register the handlers to respond to various events. Learn more at [http://openwhisk.incubator.apache.org](http://openwhisk.incubator.apache.org).
 

-- 
To stop receiving notification emails like this one, please contact
chetanm@apache.org.