summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorBastian Venthur <bastian.venthur@flixbus.com>2018-10-17 09:12:04 +0200
committerBrian May <brian@linuxpenguins.xyz>2018-10-17 20:54:28 +1100
commitd4bbf3b68d26cae09a005bb29094fe3b792a78d6 (patch)
tree61cde7bd8121d0921af44a9b76a6826575237122 /setup.cfg
parent41f5b3e9c12808f512b85c715e430fbd109f4742 (diff)
Added coverage report to tests
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index bfd74a9..3c9caa8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,3 +7,6 @@ universal = 1
[upload]
sign=true
identity=0x1784577F811F6EAC
+
+[tool:pytest]
+addopts = --cov=sshuttle --cov-branch --cov-report=term-missing