From 2da152497778e24b77575a59f5da99b609fac1be Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sun, 9 Dec 2018 16:47:44 -0800 Subject: [PATCH] Add PUGIXML_WCHAR_MODE configuration to MinGW tests We are currently only testing UTF8 mode which means we don't have code coverage for some UTF->UTF decoding paths. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 4663f4f..29295e7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,7 @@ test_script: - ps: if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2015") { .\tests\autotest-appveyor.ps1 9 10 11 12 14 } - ps: if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2017") { .\tests\autotest-appveyor.ps1 15 } - ps: if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2015") { & C:\cygwin\bin\bash.exe -c "PATH=/usr/bin:/usr/local/bin:$PATH; make config=coverage test && bash <(curl -s https://codecov.io/bash) -f pugixml.cpp.gcov" } + - ps: if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2015") { & C:\cygwin\bin\bash.exe -c "PATH=/usr/bin:/usr/local/bin:$PATH; make config=coverage defines=PUGIXML_WCHAR_MODE test && bash <(curl -s https://codecov.io/bash) -f pugixml.cpp.gcov" } artifacts: - path: .\scripts\*.nupkg