Skip to content

Commit

Permalink
Merge pull request #168 from nils-a/feature/GH-167
Browse files Browse the repository at this point in the history
(#167) disable codecov
  • Loading branch information
nils-a authored May 8, 2024
2 parents f5627a9 + 00264df commit 85b1b31
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 85b1b31

Please sign in to comment.