Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Disable Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Jul 19, 2022
1 parent e3be631 commit e8ec593
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 @@ -14,6 +14,7 @@ BuildParameters.SetParameters(
repositoryOwner: "cake-contrib",
repositoryName: "Cake.Issues.GitRepository",
appVeyorAccountName: "cakecontrib",
shouldRunCoveralls: false, // Disabled because it's currently failing
shouldGenerateDocumentation: false,
shouldRunIntegrationTests: true,
integrationTestScriptPath: "./tests/integration/tests.cake");
Expand Down

0 comments on commit e8ec593

Please sign in to comment.