Skip to content

Commit 93c8db5

Browse files
committed
(#226) disable codecov
1 parent 2f9c807 commit 93c8db5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ BuildParameters.SetParameters(
1515
preferredBuildProviderType: BuildProviderType.GitHubActions,
1616
twitterMessage: standardNotificationMessage,
1717
shouldRunIntegrationTests: false,
18-
shouldRunCoveralls: false
18+
shouldRunCoveralls: false,
19+
shouldRunCodecov: false
1920
);
2021

2122
BuildParameters.PrintParameters(Context);

0 commit comments

Comments
 (0)