We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f3244 commit 8d7130bCopy full SHA for 8d7130b
recipe.cake
@@ -16,6 +16,7 @@ BuildParameters.SetParameters(
16
repositoryOwner: "cake-contrib",
17
gitterMessage: "@/all " + standardNotificationMessage,
18
twitterMessage: standardNotificationMessage,
19
+ shouldRunCodecov: false,
20
preferredBuildProviderType: BuildProviderType.GitHubActions);
21
22
BuildParameters.PrintParameters(Context);
0 commit comments