Skip to content

Commit

Permalink
Set up Codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Sep 18, 2017
1 parent af21b73 commit f722aee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
language: clojure
script: lein cloverage --codecov
after_success:
- bash <(curl -s https://codecov.io/bash) -f target/coverage/codecov.json
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# hbase-packet-inspector

[![Build Status](https://travis-ci.org/kakao/hbase-packet-inspector.svg?branch=master)](https://travis-ci.org/kakao/hbase-packet-inspector)
[![codecov](https://codecov.io/gh/kakao/hbase-packet-inspector/branch/master/graph/badge.svg)](https://codecov.io/gh/kakao/hbase-packet-inspector)

_hbase-packet-inspector_ (HPI) is a command-line tool for analyzing network
traffic of HBase RegionServers.
Expand Down

0 comments on commit f722aee

Please sign in to comment.