Permalink
Browse files

coveralls

  • Loading branch information...
1 parent 1ecf3d4 commit 223c58cbceaff0579e65d2e1953f87cf524dd493 @akiezun akiezun committed Jul 5, 2016
Showing with 6 additions and 0 deletions.
  1. +2 −0 .travis.yml
  2. +1 −0 README.md
  3. +3 −0 build.xml
View
@@ -13,3 +13,5 @@ before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
- sudo apt-get install -y --no-install-recommends r-base-dev r-recommended qpdf - sudo apt-get install -y --no-install-recommends r-base-dev r-recommended qpdf
script: ./gradlew jacocoTestReport script: ./gradlew jacocoTestReport
+after_success:
+ - ./gradlew coveralls
View
@@ -1,3 +1,4 @@
+[![Coverage Status](https://coveralls.io/repos/github/broadinstitute/picard/badge.svg?branch=master)](https://coveralls.io/github/broadinstitute/picard?branch=master)
[![Build Status](https://travis-ci.org/broadinstitute/picard.svg?branch=master)](https://travis-ci.org/broadinstitute/picard) [![Build Status](https://travis-ci.org/broadinstitute/picard.svg?branch=master)](https://travis-ci.org/broadinstitute/picard)
A set of Java command line tools for manipulating high-throughput sequencing (HTS) data and formats. A set of Java command line tools for manipulating high-throughput sequencing (HTS) data and formats.
View
@@ -27,6 +27,9 @@
./gradlew test --tests "*ParserTest" ./gradlew test --tests "*ParserTest"
./gradlew test --tests "*ParserTest" --debug-jvm ./gradlew test --tests "*ParserTest" --debug-jvm
+ run tests and collect coverage information (report will be in `build/reports/jacoco/test/html/index.html`)
+ ./gradlew jacocoTestReport
+
clean the project directory clean the project directory
./gradlew clean ./gradlew clean

0 comments on commit 223c58c

Please sign in to comment.