From 18b54f1d6e81b5122f0a576b4de4cb3a9c29eaa9 Mon Sep 17 00:00:00 2001 From: Young Bu Park Date: Thu, 11 Apr 2024 09:40:14 -0700 Subject: [PATCH] Disable codecov patch check (#7486) # Description Disable codecov patch check ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). Fixes: #issue_number Signed-off-by: Young Bu Park --- .codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 69e4c87f35..4cde18ebcb 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -11,6 +11,8 @@ coverage: informational: true target: auto threshold: 0% + patch: + default: false ignore: - "**/mock_*.go" # ignore all mock files