File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 5252 set -x
5353 pip install nose
5454 nosetests -v --with-coverage
55- - name : Coverage
56- run : |
57- pip install codecov
58- ulimit -n 128
59- ulimit -n
60- coverage run --omit="git/test/*" -m unittest --buffer
61- coverage report
6255 - name : Documentation
6356 run : |
6457 set -x
6558 pip install -r doc/requirements.txt
66- make -C doc html
67- - name : Codecov upload
68- run : |
69- codecov
70-
59+ make -C doc html
Original file line number Diff line number Diff line change @@ -186,7 +186,6 @@ New BSD License. See the LICENSE file.
186186
187187### DEVELOPMENT STATUS
188188
189- [ ![ codecov] ( https://codecov.io/gh/gitpython-developers/GitPython/branch/master/graph/badge.svg )] ( https://codecov.io/gh/gitpython-developers/GitPython )
190189![ Python package] ( https://github.com/gitpython-developers/GitPython/workflows/Python%20package/badge.svg )
191190[ ![ Documentation Status] ( https://readthedocs.org/projects/gitpython/badge/?version=stable )] ( https://readthedocs.org/projects/gitpython/?badge=stable )
192191[ ![ Packaging status] ( https://repology.org/badge/tiny-repos/python:gitpython.svg )] ( https://repology.org/metapackage/python:gitpython/versions )
You can’t perform that action at this time.
0 commit comments