Skip to content

Commit

Permalink
Remove code-coverage from requirements - codecov wants way too many p…
Browse files Browse the repository at this point in the history
…ermissions…

…and I don't really see the benefit given the state of this project
  • Loading branch information
Byron committed Apr 11, 2020
1 parent 7f404a5 commit f344c88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -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
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -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)
Expand Down

0 comments on commit f344c88

Please sign in to comment.