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, 13 insertions, 0 deletions
diff --git a/textwrap/.codecov.yml b/textwrap/.codecov.yml
new file mode 100644
index 0000000..a9b0bd2
--- /dev/null
+++ b/textwrap/.codecov.yml
@@ -0,0 +1,13 @@
+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%