From 4a862bcb472bc4ceafd722524dd9ec7829f3f4a4 Mon Sep 17 00:00:00 2001 From: dbuechel Date: Fri, 16 Aug 2019 12:10:49 +0200 Subject: [PATCH] SEBWIN-338: Attempt to fix code coverage aspect of CI build by disabling gcov. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a63f8012..b7f5ad0d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,7 +28,7 @@ test_script: after_test: - "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%" - pip install codecov - - codecov -f "coverage.xml" + - codecov -f "coverage.xml" -X gcov artifacts: - path: SafeExamBrowser.Runtime\bin\$(platform)\$(configuration) name: 'SEB_$(appveyor_build_version)_Application'