aboutsummaryrefslogtreecommitdiff
path: root/textwrap/.codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to 'textwrap/.codecov.yml')
-rw-r--r--textwrap/.codecov.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/textwrap/.codecov.yml b/textwrap/.codecov.yml
deleted file mode 100644
index a9b0bd2..0000000
--- a/textwrap/.codecov.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-codecov:
- # Do not wait for these CI providers since they will not upload any
- # coverage reports.
- ci:
- - !appveyor
- - !travis
-
-coverage:
- status:
- project:
- default:
- # Allow a 5% drop in overall project coverage on a PR.
- threshold: 5%