]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Debug .coverage
authorSteve Peak <steve@codecov.io>
Mon, 24 Aug 2015 14:00:03 +0000 (10:00 -0400)
committerSteve Peak <steve@codecov.io>
Mon, 24 Aug 2015 14:00:03 +0000 (10:00 -0400)
.travis.yml

index f32575856244ab8b61b57fc3d6f3882042a4b1c8..7a2b26acf81795b35a7819615baff386e2b3cf30 100644 (file)
@@ -73,7 +73,10 @@ script:
     - if [[ $TRAVIS_PYTHON_VERSION == '3.4' && $DEPS == true ]]; then cd ../docs && mkdir sphinx-doctest-out && sphinx-build -E -n -b doctest . sphinx-out; fi
 
 after_success:
-    codecov -e DEPS
+    - echo $PWD
+    - ls -al
+    - coverage xml
+    - codecov -e DEPS
 
 # This reportedly works around an issue downloading packages from pypi on
 # travis.  Consider removing this after the underlying issue is fixed.