From d32a1aa67029ffe3496e3fd1ffd980c587697d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Mon, 6 Nov 2023 16:22:14 +0100 Subject: [PATCH] Disable coverage treshold --- codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/codecov.yml b/codecov.yml index f19b423a..9a899662 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,5 +5,14 @@ comment: layout: "header, diff, files, footer" behavior: default +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true + github_checks: annotations: false