File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ notifications:
1919# - julia -e 'Pkg.clone(pwd()); Pkg.build("Modia"); Pkg.test("Modia", coverage = true)'
2020
2121after_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())'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments