aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-05-25 22:02:04 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2019-05-25 22:02:04 -0400
commit9517e7fd9011d100a99e361766d04f54c6cffeab (patch)
tree7ebbb39f0a3e889d1df5d47d0e911602023ff0ac
parentff4a8788ec5b24981031c394a88f88b2f382d8c3 (diff)
downloadcryptography-9517e7fd9011d100a99e361766d04f54c6cffeab.tar.gz
cryptography-9517e7fd9011d100a99e361766d04f54c6cffeab.tar.bz2
cryptography-9517e7fd9011d100a99e361766d04f54c6cffeab.zip
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
-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()