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 34
34
# script:
35
35
# - julia -e 'Pkg.clone(pwd()); Pkg.build("CommunityDetection"); Pkg.test("CommunityDetection"; coverage=true)'
36
36
after_success :
37
- # push coverage results to Coveralls
38
- - julia -e 'cd(Pkg.dir("CommunityDetection")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
39
37
# push coverage results to Codecov
40
38
- 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 1
1
# CommunityDetection
2
2
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 )
4
5
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
6
7
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