This commit is contained in:
skaarthik 2015-12-21 12:55:38 -08:00
Родитель f05ccc59de
Коммит 4f478a01ca
2 изменённых файлов: 3 добавлений и 2 удалений

3
.gitignore поставляемый
Просмотреть файл

@ -35,4 +35,5 @@ lib/
# Generated Files #
############
AdapterTestCoverage.xml
AdapterTestCoverage.xml
TestResult.xml

Просмотреть файл

@ -14,7 +14,7 @@ test:
# scripts to run after tests
after_test:
- .\csharp\packages\OpenCover.4.6.166\tools\OpenCover.Console.exe -register:user -target:.\csharp\packages\NUnit.Console.3.0.1\tools\nunit3-console.exe -register:user "-targetargs:"".\csharp\AdapterTest\bin\Debug\AdapterTest.dll"" " -filter:"+[AdapterTest]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\AdapterTestCoverage.xml
- .\csharp\packages\OpenCover.4.6.166\tools\OpenCover.Console.exe -register:user -target:.\csharp\packages\NUnit.Console.3.0.1\tools\nunit3-console.exe -register:user "-targetargs:"".\csharp\AdapterTest\bin\Debug\AdapterTest.dll"" " -filter:"+[Microsoft.Spark.CSharp]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\AdapterTestCoverage.xml
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- codecov -f "AdapterTestCoverage.xml"