Skip to content

Commit

Permalink
Disable Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Sep 16, 2022
1 parent 5a2bd7b commit 0c6750f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ BuildParameters.SetParameters(context: Context,
repositoryName: "Cake.Gulp",
appVeyorAccountName: "cakecontrib",
shouldRunInspectCode: false,
shouldRunDotNetCorePack: true);
shouldRunDotNetCorePack: true,
shouldRunCoveralls: false); // Disabled because it's currently failing


BuildParameters.PrintParameters(Context);
Expand Down

0 comments on commit 0c6750f

Please sign in to comment.