Badge the coverage!

master
bspeice 2016-03-05 19:11:34 -05:00
parent cfb192b971
commit d2d6ef13aa
2 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,4 @@ julia:
- 0.4 - 0.4
- nightly - nightly
after_success: after_success:
- julia -e 'cd(Pkg.dir("Quant")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())' - julia -e 'cd(Pkg.dir("${JL_PKG}")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

View File

@ -1,6 +1,7 @@
# Quant.jl # Quant.jl
[![Build Status](https://travis-ci.org/bspeice/Quant.jl.svg?branch=master)](https://travis-ci.org/bspeice/Quant.jl) [![Build Status](https://travis-ci.org/bspeice/Quant.jl.svg?branch=master)](https://travis-ci.org/bspeice/Quant.jl)
[![Coverage Status](https://coveralls.io/repos/github/bspeice/Quant.jl/badge.svg?branch=master)](https://coveralls.io/github/bspeice/Quant.jl?branch=master)
Quant.jl is intended to be something of a helper application: so many Quant.jl is intended to be something of a helper application: so many
times the same functions are re-written over and over, and it would times the same functions are re-written over and over, and it would