Skip to content

Commit c908a84

Browse files
authored
Merge pull request #327 from nils-a/feature/GH-326
(#326) disable codecov
2 parents e0f3244 + 8d7130b commit c908a84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipe.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ BuildParameters.SetParameters(
1616
repositoryOwner: "cake-contrib",
1717
gitterMessage: "@/all " + standardNotificationMessage,
1818
twitterMessage: standardNotificationMessage,
19+
shouldRunCodecov: false,
1920
preferredBuildProviderType: BuildProviderType.GitHubActions);
2021

2122
BuildParameters.PrintParameters(Context);

0 commit comments

Comments
 (0)