|
|
|
@ -12,7 +12,7 @@ cd .. |
|
|
|
cd .. |
|
|
|
|
|
|
|
rem The -threshold options prevents this taking ages... |
|
|
|
tests\CodeCoverage\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:"C:\Program Files\dotnet\dotnet.exe" -targetargs:"test tests\ImageSharp.Tests -c Release -f net451" -threshold:10 -register:user -filter:"+[ImageSharp*]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -output:.\ImageSharp.Coverage.xml |
|
|
|
tests\CodeCoverage\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:"C:\Program Files\dotnet\dotnet.exe" -targetargs:"test tests\ImageSharp.Tests -c Release -f net451" -threshold:10 -register:user -filter:"+[ImageSharp*]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\ImageSharp.Coverage.xml |
|
|
|
|
|
|
|
SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH% |
|
|
|
pip install codecov |
|
|
|
|