Skip to content

Commit

Permalink
(#324) disable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed May 7, 2024
1 parent 4d1e007 commit 93093a8
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 @@ -11,6 +11,7 @@ BuildParameters.SetParameters(
repositoryOwner: "cake-contrib",
shouldRunDotNetCorePack: true,
shouldUseDeterministicBuilds: true,
shouldRunCodecov: false,
preferredBuildProviderType: BuildProviderType.GitHubActions,
preferredBuildAgentOperatingSystem: PlatformFamily.Linux);

Expand Down

0 comments on commit 93093a8

Please sign in to comment.