From 073745c2f9db927644f848d77494b42a09801175 Mon Sep 17 00:00:00 2001 From: David Puglielli Date: Fri, 6 Oct 2017 14:30:53 -0700 Subject: [PATCH] Still diagnosing path error --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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\