diff options
author | Andrew Gauld <ag1282@att.com> | 2018-02-21 16:45:51 -0500 |
---|---|---|
committer | Andrew Gauld <ag1282@att.com> | 2018-02-22 08:37:35 -0500 |
commit | 38273b37db94c9c8e79d82e14ea7205d9c2afcd7 (patch) | |
tree | ea2015587a884a9effe82795b8961747c12da5d0 /tox.ini | |
parent | e0117d81950cb8fdb5e56858d11fbfab6f3766a2 (diff) |
Make SONAR code coverage work
Change-Id: I8bd9ca4661ec8821c3fadd28c860791325ef8b36
Issue-ID: DCAEGEN2-355
Signed-off-by: Andrew Gauld <ag1282@att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,5 +11,7 @@ deps= setenv = CONSUL_HOST = 8.8.8.8 HOSTNAME = config_binding_service + PYTHONPATH={toxinidir} commands= - pytest --verbose --cov config_binding_service --cov-report=xml --cov-report=term tests + -pytest --junitxml xunit-results.xml --cov config_binding_service --cov-report xml + coverage xml |