From 9517e7fd9011d100a99e361766d04f54c6cffeab Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 25 May 2019 22:02:04 -0400 Subject: set the path so codecov can find coverage on windows (#4896) * set the path so codecov can find coverage on windows * don't clobber the existing path --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c068f1c1..919c04b9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -93,6 +93,6 @@ jobs: IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL% displayName: 'Run tests' - - script: C:/%PYTHON_DIR%/Scripts/codecov -e AGENT_OS,TOXENV,WINDOWS_ARCH + - script: set PATH=%PATH%;C:/%PYTHON_DIR%/Scripts; & codecov -e AGENT_OS,TOXENV,WINDOWS_ARCH displayName: 'Submit coverage' condition: succeeded() -- cgit v1.2.3