Skip to content

Commit 1e09228

Browse files
authored
run codecov task
1 parent 5d3c1b4 commit 1e09228

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@ cache:
88
- $HOME/.gradle/caches/
99
- $HOME/.gradle/wrapper/
1010
after_success:
11-
- ./gradlew bintrayUpload artifactoryPublish
11+
- ./gradlew bintrayUpload artifactoryPublish
12+
- bash <(curl -s https://codecov.io/bash)
13+
scripts:
14+
- ./gradlew check
15+
- ./gradlew codeCoverageReport
16+
17+

0 commit comments

Comments
 (0)