Jelajahi Sumber

Report coverage to terminal as well.

Omer Katz 7 tahun lalu
induk
melakukan
0a0fc0fbf6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -30,7 +30,7 @@ deps=
 sitepackages = False
 recreate = False
 commands =
-    unit: py.test -xv --cov=celery --cov-report=xml
+    unit: py.test -xv --cov=celery --cov-report=xml --cov-report term
     integration: py.test -xsv t/integration
 setenv =
     WORKER_LOGLEVEL = INFO