From 0744a95173e962197df41a887d92d12c2e19fcb8 Mon Sep 17 00:00:00 2001 From: Nicolas Giard <github@ngpixel.com> Date: Mon, 17 Apr 2023 03:07:41 -0400 Subject: [PATCH] ci: make codecov PR patch checks informational only --- dev/codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev/codecov.yml b/dev/codecov.yml index 8e51bc54e..7ec1def6c 100644 --- a/dev/codecov.yml +++ b/dev/codecov.yml @@ -4,5 +4,8 @@ coverage: default: target: auto threshold: 1% + patch: + default: + informational: true github_checks: annotations: false