This commit is contained in:
Peter Tribe 2019-02-14 07:50:25 -08:00
Родитель 3248817e4a
Коммит c89798e4e6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -16,6 +16,6 @@ tests\CodeCoverage\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:"dotnet
if %errorlevel% neq 0 exit /b %errorlevel%
SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%
SET PATH=C:\python34;C:\python34\Scripts;%PATH%
pip install codecov
codecov -f "SVGSharpie.Coverage.xml"