summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 11:55:12 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 11:56:45 +0800
commitf344c8839a1ac7e4b849077906beb20d69cd11ca (patch)
treea5a5d5f4025d760e7868535fabef6cdeaff56354
parent7f404a50e95dd38012d33ee8041462b7659d79a2 (diff)
downloadgitpython-f344c8839a1ac7e4b849077906beb20d69cd11ca.tar.gz
Remove code-coverage from requirements - codecov wants way too many permissions…
…and I don't really see the benefit given the state of this project
-rw-r--r--.github/workflows/pythonpackage.yml13
-rw-r--r--README.md1
2 files changed, 1 insertions, 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)