Skip to content

Commit 36e06da

Browse files
committed
(build) Skip running Codecov
There seems to be an error uploading reports to Codecov in the recent builds. Rather than try to fix this just now, let's simply skip it, as it isn't a requirement for just now.
1 parent 310d837 commit 36e06da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe.cake

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ BuildParameters.SetParameters(context: Context,
1818
integrationTestScriptPath: "./tests/integration/tests.cake",
1919
twitterMessage: standardNotificationMessage,
2020
preferredBuildProviderType: BuildProviderType.GitHubActions,
21-
gitterMessage: "@/all " + standardNotificationMessage);
21+
gitterMessage: "@/all " + standardNotificationMessage,
22+
shouldRunCodecov: false);
2223

2324
BuildParameters.PackageSources.Add(new PackageSourceData(Context, "GPR", "https://nuget.pkg.github.com/GitTools/index.json", FeedType.NuGet, false));
2425

0 commit comments

Comments
 (0)