From 82a22ef8a3b9df91f12ab3a735edb15b18a04c20 Mon Sep 17 00:00:00 2001 From: isuPatches Date: Sun, 23 Jul 2017 21:23:17 -0500 Subject: [PATCH] Add code coverage thing --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 040b59d1..7bcd3c50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,4 +30,7 @@ before_script: - adb shell input keyevent 82 & script: - - travis_wait 60 ./gradlew jacocoDebugTestReport \ No newline at end of file + - travis_wait 60 ./gradlew jacocoDebugTestReport + +after_success: + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file