]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge pull request #10943 from jdurgin/wip-tox-coverage
authorDan Mick <dan.mick@redhat.com>
Mon, 19 Sep 2016 23:41:19 +0000 (16:41 -0700)
committerGitHub <noreply@github.com>
Mon, 19 Sep 2016 23:41:19 +0000 (16:41 -0700)
tox.ini: remove extraneous coverage --omit option

Reviewed-by: Dan Mick <dmick@redhat.com>
1  2 
src/ceph-disk/tox.ini

index 10f9b4aa7691451eb0b211dd435deeb7dc16cb66,87c13bca691d20ee7a7c15b7bc4c02e1258bcb85..a566619c10178dcf3aabcedfac4a01aaef1d5ad5
@@@ -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