Skip to content

Commit 01d1db7

Browse files
authored
Change coverage provider (#4)
1 parent 2f72c8f commit 01d1db7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-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; Coveralls.submit(Coveralls.process_folder())';
16+
- julia -e 'cd(Pkg.dir("Git")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.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-
[![Coveralls](https://coveralls.io/repos/github/JuliaPackaging/Git.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaPackaging/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)
66

77
Julia wrapper for command line Git

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ branches:
1010
- master
1111
- /release-.*/
1212

13+
skip_commits:
14+
message: /\[av skip\]/
15+
1316
notifications:
1417
- provider: Email
1518
on_build_success: false

0 commit comments

Comments
 (0)