This repository was archived by the owner on Oct 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 28
28
# # uncomment the following lines to override the default test script
29
29
# script:
30
30
# - julia -e 'Pkg.clone(pwd()); Pkg.build("MetaGraphs"); Pkg.test("MetaGraphs"; coverage=true)'
31
+
31
32
after_success :
32
- # make documentation
33
- - julia -e 'Pkg.add("Documenter")'
34
- - julia -e 'cd(Pkg.dir("MetaGraphs")); include(joinpath("docs", "make.jl"))'
35
- # push coverage results to Codecov
36
- - julia -e 'cd(Pkg.dir("MetaGraphs")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
33
+ - julia -e 'using Pkg; cd(Pkg.dir("MetaGraphs")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
34
+ - julia -e 'using Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps)'
35
+ - julia -e 'using Pkg; cd(Pkg.dir("MetaGraphs")); include(joinpath("docs", "make.jl"))'
Original file line number Diff line number Diff line change
1
+ coverage :
2
+ status :
3
+ patch :
4
+ default :
5
+ target : ' 97'
6
+ project :
7
+ default :
8
+ target : ' 90'
9
+ comment :
10
+ layout : " header, diff"
11
+ behavior : default
12
+ require_changes : false # if true: only post the comment if coverage changes
13
+ branches : null
14
+ flags : null
15
+ paths : null
You can’t perform that action at this time.
0 commit comments