From 67e432287c25047f42d1f88898e8ded869311c3c Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Mon, 30 Mar 2020 14:41:06 +0200 Subject: [PATCH] Add codecov tolerance threshold of 0.1% --- .codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000000..b07361e52ee --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + threshold: 0.1%