From 4aeccf9d49164c7712e62cfe4207218e794bedac Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Tue, 7 May 2024 21:51:41 +0200 Subject: [PATCH] (#208) disable codecov --- recipe.cake | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe.cake b/recipe.cake index 61be1df7..65b301fa 100644 --- a/recipe.cake +++ b/recipe.cake @@ -14,6 +14,7 @@ BuildParameters.SetParameters( shouldUseDeterministicBuilds: true, gitterMessage: "@/all " + standardNotificationMessage, twitterMessage: standardNotificationMessage, + shouldRunCodecov: false, preferredBuildProviderType: BuildProviderType.GitHubActions, preferredBuildAgentOperatingSystem: PlatformFamily.Linux);