File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3434# script:
3535# - julia -e 'Pkg.clone(pwd()); Pkg.build("CommunityDetection"); Pkg.test("CommunityDetection"; coverage=true)'
3636after_success :
37- # push coverage results to Coveralls
38- - julia -e 'cd(Pkg.dir("CommunityDetection")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
3937 # push coverage results to Codecov
4038 - julia -e 'cd(Pkg.dir("CommunityDetection")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
Original file line number Diff line number Diff line change 11# CommunityDetection
22
3- [ ![ Build Status] ( https://travis-ci.org/sbromberger/CommunityDetection.jl.svg?branch=master )] ( https://travis-ci.org/sbromberger/CommunityDetection.jl )
3+ [ ![ Build Status] ( https://travis-ci.org/JuliaGraphs/CommunityDetection.jl.svg?branch=master )] ( https://travis-ci.org/JuliaGraphs/CommunityDetection.jl )
4+ [ ![ codecov.io] ( http://codecov.io/github/JuliaGraphs/CommunityDetection.jl/coverage.svg?branch=master )] ( http://codecov.io/github/JuliaGraphs/CommunityDetection.jl?branch=master )
45
5- [ ![ Coverage Status ] ( https://coveralls.io/repos/sbromberger/ CommunityDetection.jl/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/sbromberger/CommunityDetection.jl?branch=master )
6+ ### CommunityDetection.jl
67
7- [ ![ codecov.io ] ( http ://codecov.io/github/sbromberger/CommunityDetection .jl/coverage.svg?branch=master )] ( http://codecov.io/github/sbromberger/CommunityDetection.jl?branch=master )
8+ Implements community detection for [ LightGraphs.jl ] ( https ://github.com/JuliaGraphs/LightGraphs .jl) . Both Nonbacktracking and Bethe Hessian detection are supported.
You can’t perform that action at this time.
0 commit comments