Skip to content

Commit

Permalink
Integrate coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
lambovg committed Jun 6, 2018
1 parent 85d86a6 commit bcf74da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ jdk:
services:
- redis-server
after_success:
- ./gradlew jacocoTestReport coveralls
- bash <(curl -s https://codecov.io/bash)
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ buildscript {
}
}

plugins {
id 'com.github.kt3k.coveralls' version '2.6.3'
}

group 'org.apilytic'
version '1.0-SNAPSHOT'

Expand Down

0 comments on commit bcf74da

Please sign in to comment.