Skip to content

Commit 0e03ceb

Browse files
committed
Merge pull request #137 from ParsePlatform/grantland.codecov
Add CodeCov support
2 parents a3000f2 + fc8c6a5 commit 0e03ceb

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)