aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
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()