Skip to content

Commit 57a8334

Browse files
committed
Update ECOS badges
1 parent 4ac77d4 commit 57a8334

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ script:
1313
- julia -e 'Pkg.clone(pwd()); Pkg.build("ECOS"); Pkg.test("ECOS"; coverage=true)'
1414
after_success:
1515
- julia -e 'cd(Pkg.dir("ECOS")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
16+
- julia -e 'cd(Pkg.dir("ECOS")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# ECOS.jl
22

3-
[![Build Status](https://travis-ci.org/JuliaOpt/ECOS.jl.svg?branch=master)](https://travis-ci.org/JuliaOpt/ECOS.jl)
4-
[![Coverage Status](https://img.shields.io/coveralls/JuliaOpt/ECOS.jl.svg)](https://coveralls.io/r/JuliaOpt/ECOS.jl)
5-
[![Build status](https://ci.appveyor.com/api/projects/status/bnvddmeevtrmjyc2/branch/master)](https://ci.appveyor.com/project/mlubin/ecos-jl/branch/master)
6-
7-
[![ECOS](http://pkg.julialang.org/badges/ECOS_0.5.svg)](http://pkg.julialang.org/?pkg=ECOS&ver=0.5)
3+
| **PackageEvaluator** | **Build Status** |
4+
|:--------------------:|:----------------:|
5+
| [![][pkg-0.5-img]][pkg-0.5-url] | [![Build Status][build-img]][build-url] [![Build Status][winbuild-img]][winbuild-url] |
6+
| [![][pkg-0.6-img]][pkg-0.6-url] | [![Coveralls branch][coveralls-img]][coveralls-url] [![Codecov branch][codecov-img]][codecov-url] |
87

98
Julia wrapper for the [ECOS](https://github.com/embotech/ecos) embeddable conic optimization interior point solver.
109

@@ -85,3 +84,17 @@ println(getvalue(take))
8584
[Convex.jl]: https://github.com/JuliaOpt/Convex.jl
8685
[Homebrew.jl]: https://github.com/JuliaLang/Homebrew.jl
8786
[JuliaOpt]: http://juliaopt.org
87+
88+
[pkg-0.5-img]: http://pkg.julialang.org/badges/ECOS_0.5.svg
89+
[pkg-0.5-url]: http://pkg.julialang.org/?pkg=ECOS
90+
[pkg-0.6-img]: http://pkg.julialang.org/badges/ECOS_0.6.svg
91+
[pkg-0.6-url]: http://pkg.julialang.org/?pkg=ECOS
92+
93+
[build-img]: https://travis-ci.org/JuliaOpt/ECOS.jl.svg?branch=master
94+
[build-url]: https://travis-ci.org/JuliaOpt/ECOS.jl
95+
[winbuild-img]: https://ci.appveyor.com/api/projects/status/n0c8b6t1w39jho6d/branch/master?svg=true
96+
[winbuild-url]: https://ci.appveyor.com/api/projects/status/n0c8b6t1w39jho6d/branch/master
97+
[coveralls-img]: https://coveralls.io/repos/github/JuliaOpt/ECOS.jl/badge.svg?branch=master
98+
[coveralls-url]: https://coveralls.io/github/JuliaOpt/ECOS.jl?branch=master
99+
[codecov-img]: http://codecov.io/github/JuliaOpt/ECOS.jl/coverage.svg?branch=master
100+
[codecov-url]: http://codecov.io/github/JuliaOpt/ECOS.jl?branch=master

0 commit comments

Comments
 (0)