Skip to content

Commit

Permalink
(cake-contrib#208) disable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed May 7, 2024
1 parent 82d7fb9 commit 4aeccf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ BuildParameters.SetParameters(
shouldUseDeterministicBuilds: true,
gitterMessage: "@/all " + standardNotificationMessage,
twitterMessage: standardNotificationMessage,
shouldRunCodecov: false,
preferredBuildProviderType: BuildProviderType.GitHubActions,
preferredBuildAgentOperatingSystem: PlatformFamily.Linux);

Expand Down

0 comments on commit 4aeccf9

Please sign in to comment.