summaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-12-02 16:07:12 +0100
committerJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-12-02 16:07:12 +0100
commit03abac10c2e780aae54ef75b65d9e5b288a831ac (patch)
treed393c9a1c45d6562c85a84d1e133357484bb01d2 /cli.py
parent98c92749b0a63128d134fa3875574a04f293b815 (diff)
downloadqtivi-qface-03abac10c2e780aae54ef75b65d9e5b288a831ac.tar.gz
added code coverage report
Diffstat (limited to 'cli.py')
-rwxr-xr-xcli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index aaf070e..b7ffb2e 100755
--- a/cli.py
+++ b/cli.py
@@ -44,7 +44,7 @@ def test(debug):
@cli.command()
def test_ci():
"""run the tests for CI integration"""
- sh('python3 -m pytest -v -s -l')
+ sh('python3 -m pytest --cov=qface -v -l tests/')
class RunTestChangeHandler(FileSystemEventHandler):