From 095e9cd7ef0e59c8b716a3bde32ca5b7a00f8e30 Mon Sep 17 00:00:00 2001 From: Marko Date: Sat, 21 Nov 2020 17:22:45 +0100 Subject: [PATCH] codecov: validate codecov.yml (#5699) ## Description _Please add a description of the changes that this PR introduces and the files that are the most critical to review._ Closes: #XXX --- .github/codecov.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index a133d3145..ca879ab64 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -2,9 +2,6 @@ coverage: precision: 2 round: down range: "70...100" - github_checks: - annotations: false - status: project: default: @@ -12,6 +9,9 @@ coverage: patch: on changes: off +github_checks: + annotations: false + comment: layout: "diff, files" behavior: default