Skip to content

Commit

Permalink
Merge pull request Nike-Inc#32 from nicmunroe/feature/code-coverage-b…
Browse files Browse the repository at this point in the history
…adge

Add codecov.io integration to Travis CI build and code coverage badge
  • Loading branch information
nicmunroe authored Sep 23, 2016
2 parents c999b94 + 98af8a1 commit 2746089
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ language: java

jdk:
- oraclejdk7
after_success:
- bash <(curl -s https://codecov.io/bash) -f build/reports/jacoco/jacocoRootReport/jacocoRootReport.xml
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

[ ![Download](https://api.bintray.com/packages/nike/maven/wingtips/images/download.svg) ](https://bintray.com/nike/maven/wingtips/_latestVersion)
[![][travis img]][travis]
[![Code Coverage](https://img.shields.io/codecov/c/github/Nike-Inc/wingtips/master.svg)](https://codecov.io/github/Nike-Inc/wingtips?branch=master)
[![][license img]][license]

Wingtips is a distributed tracing solution for Java 7 and greater based on the [Google Dapper paper](http://static.googleusercontent.com/media/research.google.com/en/us/pubs/archive/36356.pdf).
Expand Down

0 comments on commit 2746089

Please sign in to comment.