Skip to content

Commit

Permalink
enable coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelnutt2 committed Apr 3, 2016
1 parent 608a5c0 commit fc71225
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ android:
licenses:
- '.+'

script: ./gradlew test
script: ./gradlew test

after_success:
- ./gradlew cobertura coveralls
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# BandDetection

[![Build Status](https://travis-ci.org/Shelnutt2/BandDetection.svg?branch=master)](https://travis-ci.org/Shelnutt2/BandDetection)
# Band Detection [![Build Status](https://travis-ci.org/Shelnutt2/BandDetection.svg?branch=master)](https://travis-ci.org/Shelnutt2/BandDetection) [![Coverage Status](https://coveralls.io/repos/github/Shelnutt2/BandDetection/badge.svg?branch=master)](https://coveralls.io/github/Shelnutt2/BandDetection?branch=master)

This library is designed for root qualcomm android devices.

## Documentation

Java docs are available here:
[http://shelnutt2.github.io/BandDetection/](http://shelnutt2.github.io/BandDetection/)
[http://shelnutt2.github.io/BandDetection/](http://shelnutt2.github.io/BandDetection/)
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ buildscript {
}
}

plugins {
id 'net.saliman.cobertura' version '2.3.0'
id 'com.github.kt3k.coveralls' version '2.6.3'
}

cobertura.coverageFormats = ['html', 'xml'] // coveralls plugin depends on xml format report

allprojects {
repositories {
jcenter()
Expand Down

0 comments on commit fc71225

Please sign in to comment.