summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
authorBob Halley <halley@play-bow.org>2020-07-01 10:15:19 -0700
committerBob Halley <halley@play-bow.org>2020-07-01 10:15:19 -0700
commit5765181c220b96b1543395faaf5e43eb778a45ff (patch)
treefa70715e46d4f7fc50b82d7fc8207a1190e7c777 /codecov.yml
parent407397f8d0143592620d1171ac503c07f9dcf537 (diff)
downloaddnspython-5765181c220b96b1543395faaf5e43eb778a45ff.tar.gz
try to deconfuse codecov
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
index 1b44632..002b105 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -4,3 +4,8 @@ coverage:
default:
target: auto
threshold: 2%
+ignore:
+ - 'tests/*'
+ - 'examples/*'
+ - 'doc/*'
+ - 'setup.py'