From dababec8bcb7044bf987216fd186db12051b56a4 Mon Sep 17 00:00:00 2001 From: Pauline Ribeyre Date: Wed, 3 Jul 2019 14:01:09 -0500 Subject: [PATCH 1/2] chore(coveralls) --- .travis.yml | 7 +++++++ README.md | 2 +- test-requirements.txt | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fdab61584..4682925bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,3 +21,10 @@ install: - "pip install -r test-requirements.txt" script: "py.test -vv tests" + +after_script: + - COVERALLS_REPO_TOKEN=$COVERALLS_TOKEN coveralls + +env: + global: + secure: h7ZQM1IMz67u8V+g/EqOXGH7SngyTZkaTRHDnnxlwql5vJ+gF8dlPgAzSN9xBn9SpSS0o5jqcZZ+6tN7FZEnPlZjCU15hN0G450r75zsKMFpWKl/8Xz3SwBJHx529ZOe9R9nrwOVmnedHxqbiQqgCxWwTDWsvmce6dF3GwigOfKNuW2UD2wdRX3quaMDAILZ0WyO6vGx6SVnr2sdhN4sJqCugXxjN72o/JLHnRBg5Cx2U4BdPguqaaEV6KjloxgTTtZEp0IZkrnv0WrxCgNuDoPYkfPEAD2hzrAgUkj0c+6WQg/aOV/k0MAKNLX4et+3haRAFeDlzAJBGPgUJN3zvPXGkPixTBiD5zDyplzjvF24qCSmXeH5SMKu//6lGeOuNgqJria3VD8xt+lAdGg4Fgzp+zDLQ17CSmJx5KRyQroZsp/YqD0ezT0mQZMRLuTNuw+UWQquk1ufotOD4o5KGssvcu03XD7SVc5CnsWrmlkN8MH5g19ddwNOSKKYu7Ran4//XOWOfSfzLCgYPgQbYebZXdpbxNNWK57V9sPHKRzrQCo26HNXWgWebbzYI1z5aoq6bY5dB7Un1YFUxQlBdNzZnx/soErPL+omH8nw9Usfv20uhB4lQo1plkoctpqLITuVDe8ZtSbUEZB7cZGcrfb/c5E9TLC9EqZu/e60qN8= diff --git a/README.md b/README.md index f60861b53..67af46f7e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Indexd === -![version](https://img.shields.io/github/release/uc-cdis/indexd.svg) [![Apache license](http://img.shields.io/badge/license-Apache-blue.svg?style=flat)](LICENSE) [![Travis](https://travis-ci.org/uc-cdis/indexd.svg?branch=master)](https://travis-ci.org/uc-cdis/indexd) +![version](https://img.shields.io/github/release/uc-cdis/indexd.svg) [![Apache license](http://img.shields.io/badge/license-Apache-blue.svg?style=flat)](LICENSE) [![Travis](https://travis-ci.org/uc-cdis/indexd.svg?branch=master)](https://travis-ci.org/uc-cdis/indexd) [![Coverage Status](https://coveralls.io/repos/github/uc-cdis/indexd/badge.svg?branch=chore/coveralls)](https://coveralls.io/github/uc-cdis/indexd?branch=chore/coveralls) Indexd is a data indexing and tracking service. It is intended to be distributed, hash-based indexing service, designed to be accessed via a diff --git a/test-requirements.txt b/test-requirements.txt index e1d8d8862..44aabe151 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,5 @@ -r requirements.txt +coveralls mock pytest==3.0.6 pytest-flask==0.8.1 From c8efc642f141da48ede3b27d9dca9453b677ec72 Mon Sep 17 00:00:00 2001 From: Pauline Ribeyre Date: Wed, 3 Jul 2019 14:12:38 -0500 Subject: [PATCH 2/2] chore(coveralls): badge on master branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67af46f7e..3701d1738 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Indexd === -![version](https://img.shields.io/github/release/uc-cdis/indexd.svg) [![Apache license](http://img.shields.io/badge/license-Apache-blue.svg?style=flat)](LICENSE) [![Travis](https://travis-ci.org/uc-cdis/indexd.svg?branch=master)](https://travis-ci.org/uc-cdis/indexd) [![Coverage Status](https://coveralls.io/repos/github/uc-cdis/indexd/badge.svg?branch=chore/coveralls)](https://coveralls.io/github/uc-cdis/indexd?branch=chore/coveralls) +![version](https://img.shields.io/github/release/uc-cdis/indexd.svg) [![Apache license](http://img.shields.io/badge/license-Apache-blue.svg?style=flat)](LICENSE) [![Travis](https://travis-ci.org/uc-cdis/indexd.svg?branch=master)](https://travis-ci.org/uc-cdis/indexd) [![Coverage Status](https://coveralls.io/repos/github/uc-cdis/indexd/badge.svg?branch=master)](https://coveralls.io/github/uc-cdis/indexd?branch=master) Indexd is a data indexing and tracking service. It is intended to be distributed, hash-based indexing service, designed to be accessed via a