Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 000000000..0a97fffe3
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,18 @@
+coverage:
+ status:
+ project:
+ default: off
+ linux:
+ flags: linux
+ # Fixed target instead of auto set by #7173, can
+ # be removed when flags in Codecov are added back.
+ target: 97.4
+ threshold: 0.1
+ base: auto
+ windows:
+ flags: windows
+ # Fixed target instead of auto set by #7173, can
+ # be removed when flags in Codecov are added back.
+ target: 97.4
+ threshold: 0.1
+ base: auto