Skip to content

Commit 509134d

Browse files
committed
(build) Remove reporting to CodeCov
After thinking about it, there are currently no unit tests for Cake.Twitter so failing to report to CodeCov isn't a big deal, so let's just stop this from happening for now.
1 parent 0fade74 commit 509134d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ BuildParameters.SetParameters(context: Context,
1212
shouldRunDotNetCorePack: true,
1313
shouldRunInspectCode:!AppVeyor.IsRunningOnAppVeyor,
1414
preferredBuildProviderType: BuildProviderType.GitHubActions,
15-
shouldGenerateDocumentation: false);
15+
shouldGenerateDocumentation: false,
16+
shouldRunCodecov: false);
1617

1718
BuildParameters.PrintParameters(Context);
1819

0 commit comments

Comments
 (0)