You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by fp...@apache.org on 2016/08/15 20:38:13 UTC

incubator-omid git commit: [OMID-52] Add Coveralls.io as a code coverage tool in Apache repo

Repository: incubator-omid
Updated Branches:
  refs/heads/master 3b28685d0 -> 33f974679


[OMID-52] Add Coveralls.io as a code coverage tool in Apache repo

Change-Id: I8647e787ac1296d146ebf6b2f59c7af67ef919d9


Project: http://git-wip-us.apache.org/repos/asf/incubator-omid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-omid/commit/33f97467
Tree: http://git-wip-us.apache.org/repos/asf/incubator-omid/tree/33f97467
Diff: http://git-wip-us.apache.org/repos/asf/incubator-omid/diff/33f97467

Branch: refs/heads/master
Commit: 33f974679e14c3b725badc8c0e73d876630dd50a
Parents: 3b28685
Author: Francisco Perez-Sorrosal <fp...@yahoo-inc.com>
Authored: Mon Aug 15 13:36:43 2016 -0700
Committer: Francisco Perez-Sorrosal <fp...@yahoo-inc.com>
Committed: Mon Aug 15 13:36:43 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 2 +-
 README.md   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/33f97467/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index c50aa43..bf5be2e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ script:
   - if [ "${TRAVIS_PULL_REQUEST}" = "false" ] ; then
       git checkout master
       &&
-      mvn clean cobertura:cobertura -Phbase-0 ;
+      mvn clean cobertura:cobertura coveralls:report -Phbase-0 ;
     else
       git checkout -b tmp-build-branch
       &&

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/33f97467/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6380f51..03660c0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 <img src="https://github.com/yahoo/omid/blob/master/doc/images/omid-logo.png" width="200">
 
 [ ![Build Status](https://travis-ci.org/apache/incubator-omid.svg?branch=master) ](https://travis-ci.org/apache/incubator-omid) 
+[ ![Coverage Status](https://coveralls.io/repos/github/apache/incubator-omid/badge.svg?branch=master) ](https://coveralls.io/github/apache/incubator-omid?branch=master)
 
 The Omid project provides transactional support for HBase-based applications.