File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ matrix:
29
29
# - julia --check-bounds=yes -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("DistributedFactorGraphs"); Pkg.test("DistributedFactorGraphs"; coverage=true)'
30
30
31
31
after_success :
32
- - julia -e 'using Pkg; cd(Pkg.dir("DistributedFactorGraphs")); Pkg.add("Coverage"); using Coverage; Coveralls .submit(process_folder()); Codecov .submit(process_folder())'
32
+ - julia -e 'using Pkg; cd(Pkg.dir("DistributedFactorGraphs")); Pkg.add("Coverage"); using Coverage; Codecov .submit(process_folder()); Coveralls .submit(process_folder())'
33
33
34
34
jobs :
35
35
include :
Original file line number Diff line number Diff line change 1
1
# DistributedFactorGraphs.jl
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/JuliaRobotics/DistributedFactorGraphs.jl.svg?branch=master )] ( https://travis-ci.org/JuliaRobotics/DistributedFactorGraphs.jl )
4
+ [ ![ Codecov Status] ( https://codecov.io/gh/JuliaRobotics/DistributedFactorGraphs.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/JuliaRobotics/DistributedFactorGraphs.jl )
4
5
[ ![ Coverage Status] ( https://img.shields.io/coveralls/JuliaRobotics/DistributedFactorGraphs.jl.svg )] ( https://coveralls.io/r/JuliaRobotics/DistributedFactorGraphs.jl?branch=master )
5
6
[ ![ docs] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( http://juliarobotics.github.io/DistributedFactorGraphs.jl/latest/ )
6
7
You can’t perform that action at this time.
0 commit comments