This commit is contained in:
equinox2k 2019-02-14 09:02:32 -08:00
Родитель 8287c55c6c
Коммит 9faf814e94
2 изменённых файлов: 1 добавлений и 5 удалений

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

@ -6,10 +6,6 @@ param (
)
Write-Host "Processing Documents:"
Write-Host $user_profile
Write-Host $github_access_token
Write-Host $github_email
Write-Host $github_user
git config --global credential.helper store
Add-Content "$user_profile\.git-credentials" "https://$($github_access_token):x-oauth-basic@github.com`n"

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

@ -16,7 +16,7 @@ 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:\python37;C:\python37\Scripts;%PATH%
python -m pip install --upgrade pip
pip install codecov
codecov -f "SVGSharpie.Coverage.xml"