Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf344c88

Browse files
committed
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
1 parent7f404a5 commitf344c88

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

‎.github/workflows/pythonpackage.yml‎

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,8 @@ jobs:
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

‎README.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp