summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-12-11 12:38:46 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-12-11 12:38:46 +0900
commit0352968cffd8cf03ff1d3509c28665d9f8e60c5c (patch)
tree210cf38751d7f90fb825aa025ba92bfc2dfcb0b8 /setup.cfg
parent54551b1f049c5576c3d26b9e0d07a14f545d34af (diff)
downloadbuildstream-0352968cffd8cf03ff1d3509c28665d9f8e60c5c.tar.gz
Include coverage report in ./setup.py test invocations
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 38c2e9eda..f5e4d9cd0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
test=pytest
[tool:pytest]
-addopts = --verbose --basetemp ./tmp --pep8
+addopts = --verbose --basetemp ./tmp --pep8 --cov=buildstream --cov-report term-missing
python_files = tests/*/*.py
pep8maxlinelength = 119
pep8ignore =