Skip to content

Commit

Permalink
(#167) disable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed May 8, 2024
1 parent f5627a9 commit 00264df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BuildParameters.SetParameters(
masterBranchName: "main",
repositoryOwner: "nils-org",
repositoryName: "fluentcamlgen",
shouldRunCodecov: true,
shouldRunCodecov: false,
shouldRunDotNetCorePack: true,
preferredBuildProviderType: BuildProviderType.GitHubActions,
preferredBuildAgentOperatingSystem: PlatformFamily.Linux);
Expand Down

0 comments on commit 00264df

Please sign in to comment.