From 24ec2d26283ca5309652a737dd19bf767e72552c Mon Sep 17 00:00:00 2001 From: Joshua Clark Date: Mon, 12 Dec 2016 04:44:27 -0500 Subject: [PATCH] pathing fix attempt #3 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c937d39..3510195 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,8 +11,8 @@ install: build_script: - ps: ./Build.ps1 test_script: - - nuget.exe install OpenCover -ExcludeVersion - cd .\test\MimeDetective.Tests + - nuget.exe install OpenCover -ExcludeVersion - OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[MimeDetective]*" -target:"dotnet.exe" "-targetargs:test -returntargetcode -hideskipped:All -output:coverage.xml - "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%" - pip install codecov