Skip to content

Commit b58acbe

Browse files
committedOct 10, 2018
Removed coveralls.io coverage and re-activated codecov.io coverage (has the same information as coveralls.io, but is nicer to inspect)
1 parent 4f46984 commit b58acbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ notifications:
1919
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Modia"); Pkg.test("Modia", coverage = true)'
2020

2121
after_success:
22-
- julia -e 'using Pkg; cd(Pkg.dir("Modia")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder());'
22+
# - julia -e 'using Pkg; cd(Pkg.dir("Modia")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder());'
23+
- julia -e 'using Pkg; cd(Pkg.dir("Modia")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

‎README.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![Travis](https://travis-ci.org/ModiaSim/Modia.jl.svg?branch=master)](https://travis-ci.org/ModiaSim/Modia.jl)
44
[![AppVoyer](https://ci.appveyor.com/api/projects/status/github/ModiaSim/Modia.jl?svg=true)](https://ci.appveyor.com/project/MartinOtter/modia-jl)
5-
[![Coverage Status](https://coveralls.io/repos/github/ModiaSim/Modia.jl/badge.svg?branch=master)](https://coveralls.io/github/ModiaSim/Modia.jl?branch=master)
65
[![codecov.io](http://codecov.io/github/ModiaSim/Modia.jl/coverage.svg?branch=master)](http://codecov.io/github/ModiaSim/Modia.jl?branch=master)
76
[![The MIT License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/ModiaSim/Modia.jl/blob/master/LICENSE)
87

0 commit comments

Comments
 (0)
Please sign in to comment.