aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index 2c43f4f..1c8c41f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,9 +4,3 @@ validate = release
4 4
5[coverage:run] 5[coverage:run]
6branch = True 6branch = True
7
8[coverage:report]
9# Support "no cover" and "nc" to handle long lines
10exclude_lines =
11 pragma: no cover
12 pragma: nc