diff --git a/appveyor.yml b/appveyor.yml index 47b86760..393e4439 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -186,7 +186,8 @@ test_script: - python %APPVEYOR_BUILD_FOLDER%\test\functional\setup\cleanup_dbs.py -dbname %SQLSRV_DBNAME% - python %APPVEYOR_BUILD_FOLDER%\test\functional\setup\cleanup_dbs.py -dbname %PDOSQLSRV_DBNAME% - pip install codecov - - codecov -f "coverage.xml" -t 431e6338-ad88-4c3e-9be0-1bf180826d26 + - codecov -f ".\coverage.xml" -t 431e6338-ad88-4c3e-9be0-1bf180826d26 + - ps: more .\coverage.xml after_test: - cd %APPVEYOR_BUILD_FOLDER%\test\functional\