From d8fa98915a63db4c9602dbcc9868f13355613636 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 7 Jun 2017 13:26:24 +0200 Subject: [PATCH] Update codecov project threshold to 15% That way, the build will fail less. Signed-off-by: Vincent Demeester Upstream-commit: a1327339394a994556423218936b93d1de5d3b0c Component: cli --- components/cli/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/codecov.yml b/components/cli/codecov.yml index 82e1ed8018..ec7d4e2127 100644 --- a/components/cli/codecov.yml +++ b/components/cli/codecov.yml @@ -11,7 +11,7 @@ coverage: project: default: target: auto - threshold: "0.05%" + threshold: "15%" changes: false ignore: - "**/internal/test"