Code Review
/
optf
/
has.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a689ff1
)
Modified tox.ini for coverage
29/31529/1
author
Dileep Ranganathan
<dileep.ranganathan@intel.com>
Mon, 12 Feb 2018 11:38:43 +0000
(
03:38
-0800)
committer
Dileep Ranganathan
<dileep.ranganathan@intel.com>
Mon, 12 Feb 2018 11:38:43 +0000
(
03:38
-0800)
Changed tox.ini to omit tests/*.py from coverage report
Change-Id: Ia4f43a229cd749d8f7eab933bf40ba9319512282
Issue-ID: OPTFRA-79
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
conductor/tox.ini
patch
|
blob
|
history
diff --git
a/conductor/tox.ini
b/conductor/tox.ini
index
99af8b8
..
0c67d7e
100644
(file)
--- a/
conductor/tox.ini
+++ b/
conductor/tox.ini
@@
-36,7
+36,7
@@
commands =
coverage combine
coverage html -d cover
coverage xml -o cover/coverage.xml
- coverage report
+ coverage report
--omit=".tox/py27/*","conductor/tests/*"
[testenv:pep8]
deps = hacking<0.12,>=0.11.0