From: Dan Mick Date: Mon, 19 Sep 2016 23:41:19 +0000 (-0700) Subject: Merge pull request #10943 from jdurgin/wip-tox-coverage X-Git-Tag: v11.0.1~171 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b02203627863af8f8d434a19d0598492a5ceb2ed;p=ceph-ci.git Merge pull request #10943 from jdurgin/wip-tox-coverage tox.ini: remove extraneous coverage --omit option Reviewed-by: Dan Mick --- b02203627863af8f8d434a19d0598492a5ceb2ed diff --cc src/ceph-disk/tox.ini index 10f9b4aa769,87c13bca691..a566619c101 --- a/src/ceph-disk/tox.ini +++ b/src/ceph-disk/tox.ini @@@ -21,7 -20,7 +21,7 @@@ changedir = {env:CEPH_BUILD_DIR commands = coverage run --append --source=ceph_disk {envbindir}/py.test -vv {toxinidir}/tests/test_main.py coverage run --append --source=ceph_disk {envbindir}/py.test -vv {toxinidir}/tests/test_prepare.py {toxinidir}/tests/ceph-disk.sh - coverage report --omit=*test*,*tox* --show-missing + coverage report --show-missing [testenv:flake8] -commands = flake8 --ignore=H105,H405 ceph_disk tests +commands = flake8 --ignore=H105,H405,E127 ceph_disk tests