From 0fafac67473b13d2f14ff01e853db153291f65ee Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Fri, 13 Apr 2018 12:19:49 -0600 Subject: [PATCH] codecov --- .travis.yml | 2 ++ README.md | 4 ++-- build.gradle | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e4f918009..5bff07084 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,5 @@ cache: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ +after_success: + - bash <(curl -s https://codecov.io/bash) diff --git a/README.md b/README.md index eba0b8a27..bc60863a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[](https://travis-ci.org/usgs/nshmp-haz) - ## nshmp-haz +[](https://travis-ci.org/usgs/nshmp-haz) +[](https://codecov.io/gh/usgs/nshmp-haz) U.S. Geological Survey ([USGS](https://www.usgs.gov)) National Seismic Hazard Mapping Project ([NSHMP](https://earthquake.usgs.gov/hazards/)) code for performing probabilistic seismic hazard (PSHA) and related analyses. These codes are intended for use with seismic hazard models developed by the NSHMP for the U.S. and its territories. diff --git a/build.gradle b/build.gradle index fa8da275c..78cff7d80 100644 --- a/build.gradle +++ b/build.gradle @@ -73,9 +73,10 @@ test { jacocoTestReport { reports { xml.enabled true - html.enabled true + html.enabled false } } +check.dependsOn jacocoTestReport javadoc { -- GitLab