diff options
author | 2017-09-12 20:36:25 +0000 | |
---|---|---|
committer | 2017-09-12 20:36:25 +0000 | |
commit | 43d529e6da24f4da981161f72df9a5d086d3ff3e (patch) | |
tree | fcb406199eb39ffe6251803b6e69c788a16816f8 /tox.ini | |
parent | 596006433d73af57ab3d544ee30a1caf1429740d (diff) | |
parent | a82cff95c9a3a744ce8a18e26daa9f4095edd197 (diff) |
Merge "support test coverage in sonar report"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,9 +6,11 @@ deps= Flask connexion pytest + coverage + pytest-cov requests six setenv = CONSUL_HOST = 8.8.8.8 HOSTNAME = config_binding_service -commands=pytest +commands=pytest --junitxml xunit-reports/xunit-result-configbinding.xml --cov .tox/py35/lib/python3.5/site-packages/ --cov-report=xml
\ No newline at end of file |