You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by km...@apache.org on 2019/06/14 17:55:10 UTC

[incubator-milagro-crypto-c] 01/01: add coveralls.io

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

kmccusker pushed a commit to branch check-coveralls
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git

commit 517f4c3c34ff794c1eaaf749df7b83dffeb915b3
Author: Kealan McCusker <ke...@gmail.com>
AuthorDate: Fri Jun 14 18:54:49 2019 +0100

    add coveralls.io
---
 .travis.yml | 4 ++--
 README.md   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0f8e2d2..dd02e97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,5 +13,5 @@ script:
   - make -f Makefile.docker
   - make -f Makefile.docker buildall
 
-#after_success:
-#  - coveralls-lcov /home/travis/build/milagro-crypto/milagro-crypto-c/target/LINUX_64BIT_COVERAGE/coverage/amcl.info
+after_success:
+  - coveralls-lcov /home/travis/build/apache/incubator-milagro-crypto-c/target/LINUX_64BIT_COVERAGE/coverage/amcl.info
diff --git a/README.md b/README.md
index e3104cd..6d2baf2 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,11 @@
 
 [![Master Branch](https://img.shields.io/badge/-master:-gray.svg)](https://github.com/apache/incubator-milagro-crypto-c/tree/master)
 [![Master Build Status](https://travis-ci.org/apache/incubator-milagro-crypto-c.svg?branch=master)](https://travis-ci.org/apache/incubator-milagro-crypto-c)
-[![Master Coverage Status](https://coveralls.io/repos/github/apache/incubator-milagro-crypto-c/badge.svg?branch=master)](https://coveralls.io/github/apache/incubatory-milagro-crypto-c?branch=master)
+[![Master Coverage Status](https://coveralls.io/repos/github/apache/incubator-milagro-crypto-c/badge.svg?branch=master)](https://coveralls.io/github/apache/incubator-milagro-crypto-c?branch=master)
 
 [![Develop Branch](https://img.shields.io/badge/-develop:-gray.svg)](https://github.com/apache/incubator-milagro-crypto-c/tree/develop)
 [![Develop Build Status](https://travis-ci.org/apache/incubator-milagro-crypto-c.svg?branch=develop)](https://travis-ci.org/apache/incubator-milagro-crypto-c)
-[![Develop Coverage Status](https://coveralls.io/repos/github/apache/incubator-milagro-crypto-c/badge.svg?branch=develop)](https://coveralls.io/github/apache/incubatory-milagro-crypto-c?branch=develop)
+[![Develop Coverage Status](https://coveralls.io/repos/github/apache/incubator-milagro-crypto-c/badge.svg?branch=develop)](https://coveralls.io/github/apache/incubator-milagro-crypto-c?branch=develop)
 
 * **category**:    Library
 * **copyright**:   2019 The Apache Software Foundation