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);