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.
2 parents e0f3244 + 8d7130b commit c908a84Copy full SHA for c908a84
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