Skip to content

Commit

Permalink
add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1122 committed Aug 2, 2018
1 parent 6984da6 commit e46dc86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ language: java
services:
- redis-server
script:
- ./gradlew test
- ./gradlew test jacocoTestReport

after_success:
- 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,8 +2,8 @@
Redisson codec for protobuf

[![Release](https://jitpack.io/v/pintia/redisson-codec-protobuf.svg)](https://jitpack.io/#pintia/redisson-codec-protobuf)

[![Build Status](https://travis-ci.com/pintia/redisson-codec-protobuf.svg?branch=master)](https://travis-ci.com/pintia/redisson-codec-protobuf)
[![Codecov](https://codecov.io/gh/pintia/redisson-codec-protobuf/branch/master/graph/badge.svg)](https://codecov.io/gh/pintia/redisson-codec-protobuf/)

```gradle
repositories {
Expand Down

0 comments on commit e46dc86

Please sign in to comment.