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 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3