Collect coverage
This commit is contained in:
parent
cdb2766b19
commit
f6c37a64a4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -e
|
||||||
|
|
||||||
export PATH=env/bin:${PATH}
|
export PATH=env/bin:${PATH}
|
||||||
|
|
||||||
nose2 tests
|
nose2 tests -C --coverage ipc_unix
|
||||||
|
|
||||||
black tests ipc_unix setup.py --check
|
black tests ipc_unix setup.py --check
|
||||||
flake8 ipc_unix tests setup.py --ignore=E128,E501
|
flake8 ipc_unix tests setup.py --ignore=E128,E501
|
||||||
|
|
Reference in a new issue