Skip to content
Snippets Groups Projects
Commit 0fafac67 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

codecov

parent da7852b8
No related branches found
No related tags found
1 merge request!307codecov
......@@ -9,3 +9,5 @@ cache:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
after_success:
- bash <(curl -s https://codecov.io/bash)
[![Build Status](https://travis-ci.org/usgs/nshmp-haz.svg?branch=master)](https://travis-ci.org/usgs/nshmp-haz)
## nshmp-haz
[![Build Status](https://travis-ci.org/usgs/nshmp-haz.svg?branch=master)](https://travis-ci.org/usgs/nshmp-haz)
[![codecov](https://codecov.io/gh/usgs/nshmp-haz/branch/master/graph/badge.svg)](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.
......
......@@ -73,9 +73,10 @@ test {
jacocoTestReport {
reports {
xml.enabled true
html.enabled true
html.enabled false
}
}
check.dependsOn jacocoTestReport
javadoc {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment