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

Commit 70038d3

Browse files
authored
Disable Coveralls (#144)
1 parent e3be631 commit 70038d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipe.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ BuildParameters.SetParameters(
1414
repositoryOwner: "cake-contrib",
1515
repositoryName: "Cake.Issues.GitRepository",
1616
appVeyorAccountName: "cakecontrib",
17+
shouldRunCoveralls: false, // Disabled because it's currently failing
1718
shouldGenerateDocumentation: false,
1819
shouldRunIntegrationTests: true,
1920
integrationTestScriptPath: "./tests/integration/tests.cake");

0 commit comments

Comments
 (0)