summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-09-22 14:25:32 +0200
committerJason R. Coombs <jaraco@jaraco.com>2019-09-22 14:25:32 +0200
commitcc1a1c9be39ba29e90d6d9d8ab5d6d1768a50594 (patch)
tree8a6907525c9a8095e0dfc2955f342d350f3c4fda
parenta28efc59c12e16a02ec98659b660e5b5809af650 (diff)
downloadpytest-runner-cc1a1c9be39ba29e90d6d9d8ab5d6d1768a50594.tar.gz
Report the lines missing coverage
-rw-r--r--.coveragerc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
index 896b501..4582306 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,2 +1,5 @@
[run]
omit = .tox/*
+
+[report]
+show_missing = True