From f48f10340c383f0f787b0706787412f51ff87a09 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 12 Oct 2020 14:00:26 +0200 Subject: [PATCH] github/codecov: switch to informational mode --- .github/codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index 1b8e770b59..d39038615f 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -6,6 +6,7 @@ coverage: default: threshold: 0% # Ref: https://docs.codecov.io/docs/codecovyml-reference#coveragestatus target: auto + informational: true # Don't block PRs # Since Backstage is a mono repo, flags here help in getting the code coverage of individual packages. # Documentation: https://docs.codecov.io/docs/flags