Skip to content

Commit 59b7690

Browse files
authored
Update appveyor.yml
1 parent 8f32bdd commit 59b7690

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ environment:
1717

1818
# Uncomment to enable entire matrix of tests.
1919
#image:
20-
# - Visual Studio 2015
2120
# - Visual Studio 2017
2221
#configuration:
2322
# - Debug
@@ -98,7 +97,7 @@ after_test:
9897
9998
if($config.value -eq "ReleaseBundle") { $config = "Release" } elseif ($config -eq "DebugBundle") { $config = "Debug" } else { $config = $config.value }
10099
101-
if ($platform.value -ne "ARM") { ReactWindows\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"ReactWindows\packages\NUnit.ConsoleRunner.3.7.0\tools\nunit3-console.exe" "-targetargs:""--where cat != Network"" ReactWindows\ReactNative.Net46.Tests\bin\$env:PLATFORM\$config\ReactNative.Net46.Tests.dll" -output:ReactWindows_coverage.xml }
100+
if ($platform.value -ne "ARM") { ReactWindows\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"ReactWindows\packages\NUnit.ConsoleRunner.3.7.0\tools\nunit3-console.exe" "-targetargs:""--where cat != Network" ReactWindows\ReactNative.Net46.Tests\bin\$env:PLATFORM\$config\ReactNative.Net46.Tests.dll"" -output:ReactWindows_coverage.xml }
102101
103102
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
104103
- pip install codecov

0 commit comments

Comments
 (0)