Skip to content

Commit a5f466d

Browse files
committed
Merge branch 'master' of ssh://github.com/JuliaGraphs/CommunityDetection.jl
2 parents af00c70 + 6468446 commit a5f466d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,5 @@ git:
3434
#script:
3535
# - julia -e 'Pkg.clone(pwd()); Pkg.build("CommunityDetection"); Pkg.test("CommunityDetection"; coverage=true)'
3636
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())'
3937
# push coverage results to Codecov
4038
- julia -e 'cd(Pkg.dir("CommunityDetection")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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.

0 commit comments

Comments
 (0)