Skip to content

Commit

Permalink
(build) Skip running Codecov
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gep13 committed Jul 9, 2024
1 parent 310d837 commit 36e06da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ BuildParameters.SetParameters(context: Context,
integrationTestScriptPath: "./tests/integration/tests.cake",
twitterMessage: standardNotificationMessage,
preferredBuildProviderType: BuildProviderType.GitHubActions,
gitterMessage: "@/all " + standardNotificationMessage);
gitterMessage: "@/all " + standardNotificationMessage,
shouldRunCodecov: false);

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

Expand Down

0 comments on commit 36e06da

Please sign in to comment.