Skip to content

Commit

Permalink
codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
AnMokoto committed Oct 23, 2017
1 parent 1698ca9 commit 174c89b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ cache:


script:
- ./gradlew clean build
- ./gradlew assembleRelease --info

- ./gradlew clean build assembleRelease --info
- ./gradlew build jacocoTestReport --info
- ./gradlew connectedCheck --info
after_script:
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[ ![Download](https://api.bintray.com/packages/1024icloud/maven/netty-android/images/download.svg) ](https://bintray.com/1024icloud/maven/netty-android/_latestVersion)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/FIRHQ/fir-cli/master/LICENSE.txt)
[![Build Status](https://travis-ci.org/goAV/NettyAndroid.svg?branch=master)](https://travis-ci.org/goAV/NettyAndroid)
[![Build Status](https://travis-ci.org/goAV/NettyAndroid.svg?branch=kotlin-master)](https://travis-ci.org/goAV/NettyAndroid)

[![codecov](https://codecov.io/gh/goAV/NettyAndroid/branch/master/graph/badge.svg)](https://codecov.io/gh/goAV/NettyAndroid) [![](https://jitpack.io/v/goAV/NettyAndroid.svg)](https://jitpack.io/#goAV/NettyAndroid)
### Introduction
Expand Down

0 comments on commit 174c89b

Please sign in to comment.