Skip to content

Commit

Permalink
Merge pull request #27 from inovait/develop
Browse files Browse the repository at this point in the history
Merge Codacy to master.
  • Loading branch information
mihakrajnc authored May 30, 2017
2 parents 88e0423 + 49a7287 commit 9d660df
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ android:
- extra-android-m2repository

script:
- ./gradlew build jacocoTestCoverage generateRelease updateBintrayConfig

after_success:
- bash <(curl -s https://codecov.io/bash)
- ./gradlew build jacocoTestCoverage codacyUpload generateRelease updateBintrayConfig

deploy:
- provider: releases
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NeatLE

[![Build Status](https://img.shields.io/travis/inovait/neatle/master.svg)](https://travis-ci.org/inovait/neatle) [![Code Coverage](https://img.shields.io/codecov/c/github/inovait/neatle.svg)](https://codecov.io/gh/inovait/neatle)[ ![Download](https://api.bintray.com/packages/inovait/NeatLE/neatle/images/download.svg) ](https://bintray.com/inovait/NeatLE/neatle/_latestVersion)
[![Build Status](https://img.shields.io/travis/inovait/neatle/master.svg)](https://travis-ci.org/inovait/neatle) [![Codacy gradle](https://img.shields.io/codacy/grade/009856db7a104d29b11249a8ef024716.svg)](https://www.codacy.com/app/inovait/neatle) [![Codacy coverage](https://img.shields.io/codacy/coverage/009856db7a104d29b11249a8ef024716.svg)](https://www.codacy.com/app/inovait/neatle) [ ![Download](https://api.bintray.com/packages/inovait/NeatLE/neatle/images/download.svg) ](https://bintray.com/inovait/NeatLE/neatle/_latestVersion)

NeatLE is an Android BTLE (Bluetooth low energy) support library that simplifies management of BTLE connections, subscriptions, devices and operations.
It provides a single entry point for all BTLE related operations.
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@
buildscript {
repositories {
jcenter()
maven {
url 'https://plugins.gradle.org/m2/'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'org.jacoco:org.jacoco.core:0.7.9'
classpath 'gradle.plugin.io.github.ddimtirov:codacy-gradle-plugin:0.1.0'
}
}

Expand Down
1 change: 1 addition & 0 deletions neatle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*/

apply plugin: 'com.android.library'
apply plugin: 'io.github.ddimtirov.codacy'
apply from: '../jacoco.gradle'

ext {
Expand Down

0 comments on commit 9d660df

Please sign in to comment.