0
0
mirror of https://github.com/thegeeklab/corenetworks.git synced 2024-06-02 16:59:41 +02:00

cleanup coverage

This commit is contained in:
Robert Kaussow 2020-04-04 13:32:38 +02:00
parent 330f77c1c5
commit ab00676696
4 changed files with 9 additions and 11 deletions

View File

@ -7,7 +7,7 @@ local PythonVersion(pyversion='2.7') = {
commands: [
'pip install -r test-requirements.txt -qq',
'pip install -qq .',
'pytest corenetworks/tests/ --cov=corenetworks/ --no-cov-on-fail',
'pytest --cov=corenetworks --no-cov-on-fail',
],
depends_on: [
'clone',

View File

@ -36,7 +36,7 @@ steps:
commands:
- pip install -r test-requirements.txt -qq
- pip install -qq .
- pytest corenetworks/tests/ --cov=corenetworks/ --no-cov-on-fail
- pytest --cov=corenetworks --no-cov-on-fail
environment:
PY_COLORS: 1
depends_on:
@ -47,7 +47,7 @@ steps:
commands:
- pip install -r test-requirements.txt -qq
- pip install -qq .
- pytest corenetworks/tests/ --cov=corenetworks/ --no-cov-on-fail
- pytest --cov=corenetworks --no-cov-on-fail
environment:
PY_COLORS: 1
depends_on:
@ -58,7 +58,7 @@ steps:
commands:
- pip install -r test-requirements.txt -qq
- pip install -qq .
- pytest corenetworks/tests/ --cov=corenetworks/ --no-cov-on-fail
- pytest --cov=corenetworks --no-cov-on-fail
environment:
PY_COLORS: 1
depends_on:
@ -69,7 +69,7 @@ steps:
commands:
- pip install -r test-requirements.txt -qq
- pip install -qq .
- pytest corenetworks/tests/ --cov=corenetworks/ --no-cov-on-fail
- pytest --cov=corenetworks --no-cov-on-fail
environment:
PY_COLORS: 1
depends_on:
@ -80,7 +80,7 @@ steps:
commands:
- pip install -r test-requirements.txt -qq
- pip install -qq .
- pytest corenetworks/tests/ --cov=corenetworks/ --no-cov-on-fail
- pytest --cov=corenetworks --no-cov-on-fail
environment:
PY_COLORS: 1
depends_on:
@ -298,8 +298,4 @@ trigger:
depends_on:
- docs
---
kind: signature
hmac: 4e001299fba8e9facecdb33b8892f3eb45d30334f47bb4babf9e78d9bcd90d09
...

View File

@ -25,3 +25,6 @@ filterwarnings =
ignore::FutureWarning
ignore:.*collections.*:DeprecationWarning
ignore:.*pep8.*:FutureWarning
[coverage:run]
omit = **/tests/*

View File

@ -1,4 +1,3 @@
pipenv-setup
pydocstyle<4.0.0
flake8
flake8-colors