File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ notifications:
13
13
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
14
14
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Git"); Pkg.test("Git"; coverage=true)'
15
15
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())';
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Travis] ( https://travis-ci.org/JuliaPackaging/Git.jl.svg?branch=master )] ( https://travis-ci.org/JuliaPackaging/Git.jl )
4
4
[ ![ 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 )
6
6
7
7
Julia wrapper for command line Git
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ branches:
10
10
- master
11
11
- /release-.*/
12
12
13
+ skip_commits :
14
+ message : /\[av skip\]/
15
+
13
16
notifications :
14
17
- provider : Email
15
18
on_build_success : false
You can’t perform that action at this time.
0 commit comments