File tree 2 files changed +12
-19
lines changed
2 files changed +12
-19
lines changed Original file line number Diff line number Diff line change 1
1
# Until https://github.com/julia-actions/julia-uploadcodecov/issues/1 get fixed
2
2
# submit coverage report via travis
3
3
language : julia
4
- os :
5
- - linux
6
- julia :
7
- - 1.0
4
+ julia : 1.0
5
+ os : linux
8
6
notifications :
9
7
email : false
10
8
11
- # use default julia script for test
12
- # script:
13
- # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
14
- # - julia --check-bounds=yes --color=yes -e 'import Pkg; Pkg.clone(pwd()); Pkg.build("ImageCore"); Pkg.test("ImageCore"; coverage=true)';
15
-
16
- # control of actual deployment is in the Documenter make script
17
9
jobs :
18
10
include :
19
- - stage : deploy
20
- julia : 1.0
21
- os : linux
22
- script :
23
- # - julia -e 'import Pkg; Pkg.clone(pwd()); Pkg.build("ImageCore")'
24
- - julia -e 'import Pkg; Pkg.add("Documenter")'
25
- - julia -e 'import ImageCore; ENV["DOCUMENTER_DEBUG"] = "true"; include(joinpath("docs","make.jl"))'
11
+ - stage : Coverage
12
+ codecov : true
26
13
27
- after_success :
28
- - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
14
+ - stage : Documentation
15
+ script :
16
+ - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
17
+ Pkg.instantiate()'
18
+ - julia --project=docs/ docs/make.jl
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ ] [ action-img ]] [ action-url ]
4
4
[ ![ ] [ pkgeval-img ]] [ pkgeval-url ]
5
+ [ ![ ] [ codecov-img ]] [ codecov-url ]
5
6
[ ![ ] [ docs-stable-img ]] [ docs-stable-url ]
6
7
[ ![ ] [ docs-dev-img ]] [ docs-dev-url ]
7
8
@@ -15,6 +16,8 @@ designed to support image processing and computer vision.
15
16
[ pkgeval-url ] : https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html
16
17
[ action-img ] : https://github.com/JuliaImages/ImageCore.jl/workflows/Unit%20test/badge.svg
17
18
[ action-url ] : https://github.com/JuliaImages/ImageCore.jl/actions
19
+ [ codecov-img ] : https://codecov.io/github/JuliaImages/ImageCore.jl/coverage.svg?branch=master
20
+ [ codecov-url ] : https://codecov.io/github/JuliaImages/ImageCore.jl?branch=master
18
21
[ docs-stable-img ] : https://img.shields.io/badge/docs-stable-blue.svg
19
22
[ docs-stable-url ] : https://JuliaImages.github.io/ImageCore.jl/stable
20
23
[ docs-dev-img ] : https://img.shields.io/badge/docs-dev-blue.svg
You can’t perform that action at this time.
0 commit comments