Skip to content

Commit 9931bbe

Browse files
authored
Set up Coveralls (#5)
1 parent 01d1db7 commit 9931bbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ notifications:
1313
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1414
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Git"); Pkg.test("Git"; coverage=true)'
1515
after_success:
16-
- julia -e 'cd(Pkg.dir("Git")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())';
16+
- julia -e 'cd(Pkg.dir("Git")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
[![Travis](https://travis-ci.org/JuliaPackaging/Git.jl.svg?branch=master)](https://travis-ci.org/JuliaPackaging/Git.jl)
44
[![AppVeyor](https://ci.appveyor.com/api/projects/status/qw0kq3e4d6hua3q2/branch/master?svg=true)](https://ci.appveyor.com/project/ararslan/git-jl/branch/master)
5-
[![Codecov](https://codecov.io/gh/JuliaPackaging/Git.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaPackaging/Git.jl)
5+
[![Coveralls](https://coveralls.io/repos/github/JuliaPackaging/Git.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaPackaging/Git.jl?branch=master)
66

77
Julia wrapper for command line Git

0 commit comments

Comments
 (0)