Skip to content

Commit fc8c6a5

Browse files
committed
Add CodeCov support
1 parent a3000f2 commit fc8c6a5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ android:
1313
- extra-android-support
1414
- extra-android-m2repository
1515

16+
before_install:
17+
- pip install --user codecov
18+
1619
script:
17-
- ./gradlew clean testDebugUnitTest --info
20+
- ./gradlew clean testDebugUnitTest jacocoTestReport --info
1821

1922
after_success:
20-
- ./gradlew jacocoTestReport coveralls
23+
- ./gradlew coveralls
24+
- codecov
2125
- ./scripts/publish_snapshot.sh
2226

2327
cache:

0 commit comments

Comments
 (0)