From a1926754f03ab90e700b9b6592364c2c19c52b7a Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Thu, 19 Dec 2019 02:46:03 -0500 Subject: [PATCH] disable codecov check from now --- .travis.yml | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1873166..88823af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ install: - pip install --upgrade -r requirements.txt - python setup.py install script: - - pytest --runxfail --cov-report term --cov=test/ + - pytest --runxfail - cd test - ./cmdlinetest macs2 - cd .. @@ -23,6 +23,4 @@ deploy: tags: true skip_existing: true distributions: sdist -after_success: - - codecov diff --git a/README.md b/README.md index 88c54f1..fcc9611 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MACS: Model-based Analysis for ChIP-Seq -![Status](https://img.shields.io/pypi/status/macs2.svg) [![License](https://img.shields.io/github/license/taoliu/MACS)](https://github.com/taoliu/MACS/blob/master/LICENSE) ![Programming languages](https://img.shields.io/github/languages/top/taoliu/MACS) ![Commit activity](https://img.shields.io/github/commit-activity/m/taoliu/MACS) [![Codecov](https://img.shields.io/codecov/c/github/taoliu/MACS)](https://codecov.io/gh/taoliu/MACS) [![TravisCI Build Status](https://img.shields.io/travis/com/taoliu/MACS/master)](https://travis-ci.com/taoliu/MACS) +![Status](https://img.shields.io/pypi/status/macs2.svg) [![License](https://img.shields.io/github/license/taoliu/MACS)](https://github.com/taoliu/MACS/blob/master/LICENSE) ![Programming languages](https://img.shields.io/github/languages/top/taoliu/MACS) ![Commit activity](https://img.shields.io/github/commit-activity/m/taoliu/MACS) [![TravisCI Build Status](https://img.shields.io/travis/com/taoliu/MACS/master)](https://travis-ci.com/taoliu/MACS) [![PyPI download](https://img.shields.io/pypi/dm/macs2?label=pypi%20downloads)](https://pypistats.org/packages/macs2) [![Bioconda download](https://img.shields.io/conda/dn/bioconda/macs2?label=bioconda%20downloads)](https://anaconda.org/bioconda/macs2) -- 2.11.4.GIT