This commit is contained in:
Peter Tribe 2019-02-14 10:21:19 -08:00
Родитель f4a258bf1f
Коммит 2307ea04d8
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -1,6 +1,5 @@
@echo off
cd tests\CodeCoverage
nuget restore packages.config -PackagesDirectory .
@ -16,6 +15,9 @@ tests\CodeCoverage\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:"dotnet
if %errorlevel% neq 0 exit /b %errorlevel%
echo hello
echo "%codecov_token%"
SET PATH=C:\python37;C:\python37\Scripts;%PATH%
python -m pip install --upgrade pip
pip install codecov