summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-08-18 20:11:44 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-08-18 20:11:44 +0300
commit7ab18e4eb9ab30f60a82fad33357be666ca26637 (patch)
treef8032c7f078a8823ddf3f4ddb07fdcd35e3cdf99
parent3f1a73a2b282ed55044541d3c28e0618d8b1de14 (diff)
downloadwheel-git-master.tar.gz
Don't count vendored code into coveragemaster
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 1aa2849..7f1a86f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -53,11 +53,12 @@ distutils.commands =
bdist_wheel = wheel.bdist_wheel:bdist_wheel
[tool:pytest]
-addopts = --cov=wheel
+addopts = --cov --cov-config=setup.cfg
testpaths = tests
[coverage:run]
source = wheel
+omit = */vendored/*
[coverage:report]
show_missing = true