From cd56f1c338d32055fe68a31a1d838bc3bc55813d Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Thu, 25 Apr 2019 16:54:26 +0200 Subject: [PATCH] Enable Codecov --- setup.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cake b/setup.cake index 3e8ebb7..b2a3ab2 100644 --- a/setup.cake +++ b/setup.cake @@ -11,7 +11,7 @@ BuildParameters.SetParameters( repositoryName: "TfsUrlParser", appVeyorAccountName: "BBTSoftwareAG", shouldPublishMyGet: false, - shouldRunCodecov: false, + shouldRunCodecov: true, shouldDeployGraphDocumentation: false); BuildParameters.PrintParameters(Context);