File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ matrix:
2929# - julia --check-bounds=yes -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("DistributedFactorGraphs"); Pkg.test("DistributedFactorGraphs"; coverage=true)'
3030
3131after_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())'
3333
3434jobs :
3535 include :
Original file line number Diff line number Diff line change 11# DistributedFactorGraphs.jl
22
33[ ![ 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 )
45[ ![ Coverage Status] ( https://img.shields.io/coveralls/JuliaRobotics/DistributedFactorGraphs.jl.svg )] ( https://coveralls.io/r/JuliaRobotics/DistributedFactorGraphs.jl?branch=master )
56[ ![ docs] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( http://juliarobotics.github.io/DistributedFactorGraphs.jl/latest/ )
67
You can’t perform that action at this time.
0 commit comments