File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ environment:
17
17
18
18
# Uncomment to enable entire matrix of tests.
19
19
# image:
20
- # - Visual Studio 2015
21
20
# - Visual Studio 2017
22
21
# configuration:
23
22
# - Debug
@@ -98,7 +97,7 @@ after_test:
98
97
99
98
if($config.value -eq "ReleaseBundle") { $config = "Release" } elseif ($config -eq "DebugBundle") { $config = "Debug" } else { $config = $config.value }
100
99
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 }
102
101
103
102
- " SET PATH=C:\\ Python34;C:\\ Python34\\ Scripts;%PATH%"
104
103
- pip install codecov
You can’t perform that action at this time.
0 commit comments