diff --git a/recipe.cake b/recipe.cake index 83cca8f..e2d14f4 100644 --- a/recipe.cake +++ b/recipe.cake @@ -10,7 +10,7 @@ BuildParameters.SetParameters( masterBranchName: "main", repositoryOwner: "nils-org", repositoryName: "fluentcamlgen", - shouldRunCodecov: true, + shouldRunCodecov: false, shouldRunDotNetCorePack: true, preferredBuildProviderType: BuildProviderType.GitHubActions, preferredBuildAgentOperatingSystem: PlatformFamily.Linux);