Skip to content

Commit ab6eb6c

Browse files
committed
Just use Coveralls and remove Codecov
1 parent 46b0525 commit ab6eb6c

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ matrix:
1010
notifications:
1111
email: false
1212
after_success:
13-
- julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("IterativeSolvers")); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(process_folder())'
13+
- julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("IterativeSolvers")); using Coverage; Coveralls.submit(process_folder());'
1414
- julia -e 'Pkg.add("Documenter"); cd(Pkg.dir("IterativeSolvers")); include(joinpath("docs", "make.jl"))'

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/JuliaMath/IterativeSolvers.jl/blob/master/LICENSE)
44
[![Build Status on Linux](https://travis-ci.org/JuliaMath/IterativeSolvers.jl.svg?branch=master)](https://travis-ci.org/JuliaMath/IterativeSolvers.jl)
55
[![Coverage Status](https://coveralls.io/repos/JuliaMath/IterativeSolvers.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/JuliaMath/IterativeSolvers.jl?branch=master)
6-
[![codecov.io](https://codecov.io/github/JuliaMath/IterativeSolvers.jl/coverage.svg?branch=master)](https://codecov.io/github/JuliaMath/IterativeSolvers.jl?branch=master)
76
[![IterativeSolvers](http://pkg.julialang.org/badges/IterativeSolvers_0.6.svg)](http://pkg.julialang.org/?pkg=IterativeSolvers&ver=0.6)
87

98
`IterativeSolvers` is a [Julia](http://julialang.org) package that provides iterative algorithms for solving linear systems, eigensystems, and singular value problems.

codecov.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)