Skip to content

Commit 53f412b

Browse files
committed
Add codecov support on CI.
1 parent 41fd0df commit 53f412b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,8 @@ before_script:
4646
script:
4747
- ./gradlew clean
4848
- ./gradlew compileApp
49-
- ./gradlew runUnitTests
49+
- ./gradlew runUnitTests
50+
- ./gradlew runTestCoverage
51+
52+
after_success:
53+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)