From f344c8839a1ac7e4b849077906beb20d69cd11ca Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 11 Apr 2020 11:55:12 +0800 Subject: =?UTF-8?q?Remove=20code-coverage=20from=20requirements=20-=20code?= =?UTF-8?q?cov=20wants=20way=20too=20many=20permissions=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …and I don't really see the benefit given the state of this project --- .github/workflows/pythonpackage.yml | 13 +------------ README.md | 1 - 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 253b0da6..b52cb74b 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -52,19 +52,8 @@ jobs: set -x pip install nose nosetests -v --with-coverage - - name: Coverage - run: | - pip install codecov - ulimit -n 128 - ulimit -n - coverage run --omit="git/test/*" -m unittest --buffer - coverage report - name: Documentation run: | set -x pip install -r doc/requirements.txt - make -C doc html - - name: Codecov upload - run: | - codecov - + make -C doc html \ No newline at end of file diff --git a/README.md b/README.md index c55b1943..0dbed910 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,6 @@ New BSD License. See the LICENSE file. ### DEVELOPMENT STATUS -[![codecov](https://codecov.io/gh/gitpython-developers/GitPython/branch/master/graph/badge.svg)](https://codecov.io/gh/gitpython-developers/GitPython) ![Python package](https://github.com/gitpython-developers/GitPython/workflows/Python%20package/badge.svg) [![Documentation Status](https://readthedocs.org/projects/gitpython/badge/?version=stable)](https://readthedocs.org/projects/gitpython/?badge=stable) [![Packaging status](https://repology.org/badge/tiny-repos/python:gitpython.svg)](https://repology.org/metapackage/python:gitpython/versions) -- cgit v1.2.1