From 0e5f6b27e98d373a4e7f3ccc4ffd305849e10139 Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Tue, 24 Jul 2018 11:11:17 -0700 Subject: [PATCH] codecov: Explicitly disable codecov/patch coverage Because codecov coverage regarding the patch is very inconsistent, this commit introduces codecov.yml config file in order to disable this check. Fixes #511 Signed-off-by: Sebastien Boeuf --- codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..a41de4b6a --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +# +# Copyright (c) 2018 Intel Corporation +# +# SPDX-License-Identifier: Apache-2.0 +# + +coverage: + status: + patch: + default: + enabled: no