From f6ef2b5e6a4f33ce1d14c5a0d802b30a446ae2bf Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 27 Aug 2015 23:54:28 -0700 Subject: Fix the Jacoco rules now that we have two kinds of tests Since we have both "test" and "androidTest" they have different task names that we need to track in the Jacoco file. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index bf6999a..b27f36f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ android: - '.+' script: - - ./gradlew build check jacocoTestDebugReport + - ./gradlew build check jacocoUnitTestDebugReport - ./scripts/check-lint-count.sh app/build/outputs/lint-results.xml $HOME/.cache/lint/issue-count.txt $HOME/.cache/lint/issue-count.txt after_success: ./gradlew coveralls -- cgit v1.2.3