mirror of
https://github.com/bspeice/Quant.jl
synced 2025-07-01 05:46:25 -04:00
Badge the coverage!
This commit is contained in:
@ -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())'
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# Quant.jl
|
# Quant.jl
|
||||||
|
|
||||||
[](https://travis-ci.org/bspeice/Quant.jl)
|
[](https://travis-ci.org/bspeice/Quant.jl)
|
||||||
|
[](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
|
||||||
|
Reference in New Issue
Block a user