From 8687b82d08048df4a086fcdadcf63c244b2f7ae7 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 13 Apr 2015 00:25:11 +0200 Subject: [PATCH] Fixed gcov options on appveyor build --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 181f7cb..1cdbe2d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -67,7 +67,7 @@ test_script: after_test: - '%CYG_BASH% -lc "cat $(find $APPVEYOR_BUILD_FOLDER/samples -iname \"*.log\") /dev/null' - - '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; coveralls --exclude samples --exclude dependencies --gcov-options \\-lp -b . -t $COVERALLS_TOKEN' + - '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; coveralls --exclude samples --exclude dependencies --gcov-options \"\-lp\" -b . -t $COVERALLS_TOKEN' notifications: