From 65acfff45c5603968660aeed4fa7a5d2234f488d Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 28 Jan 2019 20:40:35 +0100 Subject: [PATCH] Disable coverage status checks for project and patch (dotnet/corefx#34901) Commit migrated from https://github.com/dotnet/corefx/commit/f70e98cb00b30184e26976b46573a8a7cbaddced --- eng/codecov.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/eng/codecov.yml b/eng/codecov.yml index 2da8a0841dc..86bb1ae7614 100644 --- a/eng/codecov.yml +++ b/eng/codecov.yml @@ -1,10 +1,16 @@ +# https://docs.codecov.io/docs/codecov-yaml +# https://github.com/codecov/support/wiki/Codecov-Yaml + codecov: - branch: master ci: - dnceng.visualstudio.com coverage: - range: 60...90 + status: + project: + default: false + patch: + default: false comment: layout: "reach, diff, files" -- 2.34.1