File tree 3 files changed +27
-6
lines changed
3 files changed +27
-6
lines changed Original file line number Diff line number Diff line change 29
29
# Julia installation outside the sandbox
30
30
- JuliaCI/julia#v1:
31
31
version : ' 1.10'
32
+ - JuliaCI/julia-coverage#v1:
33
+ codecov : true
32
34
- staticfloat/sandbox#v2:
33
35
rootfs_url : https://github.com/JuliaCI/rootfs-images/releases/download/v6.00/package_linux.x86_64.tar.gz
34
36
rootfs_treehash : " 4dcde853eb5baaa0a8f087b633eaf955dc94b5dc"
38
40
- JuliaCI/julia#v1:
39
41
version : " nightly"
40
42
command : |
41
- julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
42
- julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
43
+ julia --color=yes --project=.ci --code-coverage=@ - e 'using Pkg; Pkg.instantiate()'
44
+ julia --color=yes --project=.ci --code-coverage=@ .ci/create_sysimage_and_run_tests.jl
43
45
agents :
44
46
queue : " julia"
45
47
os : " linux"
@@ -50,9 +52,11 @@ steps:
50
52
plugins :
51
53
- JuliaCI/julia#v1:
52
54
version : " nightly"
55
+ - JuliaCI/julia-coverage#v1:
56
+ codecov : true
53
57
command : |
54
- julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
55
- julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
58
+ julia --color=yes --project=.ci --code-coverage=@ - e 'using Pkg; Pkg.instantiate()'
59
+ julia --color=yes --project=.ci --code-coverage=@ .ci/create_sysimage_and_run_tests.jl
56
60
agents :
57
61
queue : " julia"
58
62
os : " macos"
@@ -62,9 +66,11 @@ steps:
62
66
plugins :
63
67
- JuliaCI/julia#v1:
64
68
version : " nightly"
69
+ - JuliaCI/julia-coverage#v1:
70
+ codecov : true
65
71
command : |
66
- julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
67
- julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
72
+ julia --color=yes --project=.ci --code-coverage=@ - e 'using Pkg; Pkg.instantiate()'
73
+ julia --color=yes --project=.ci --code-coverage=@ .ci/create_sysimage_and_run_tests.jl
68
74
agents :
69
75
queue : " julia"
70
76
os : " windows"
Original file line number Diff line number Diff line change
1
+ coverage :
2
+ status :
3
+ patch :
4
+ default :
5
+ only_pulls : true # Only show the `codecov/patch` commit status on pull requests.
6
+ project :
7
+ default :
8
+ only_pulls : true # Only show the `codecov/project` commit status on pull requests.
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ This package is part of the Julia standard library (stdlib).
4
4
5
5
` LinearAlgebra.jl ` provides functionality for performing linear algebra operations in Julia.
6
6
7
+ | ** Build Status** | ** Coverage** |
8
+ | :-------------------------------:| :-------------------------------:|
9
+ [ ![ Build status] ( https://badge.buildkite.com/4032f509b3a7354c8ce7b34b98c7496d66adc4504b0101cbcf.svg?branch=master )] ( https://buildkite.com/julialang/linearalgebra-dot-jl ) | [ ![ ] [ codecov-img ]] [ codecov-url ] |
10
+
11
+ [ codecov-img ] : https://codecov.io/gh/JuliaLang/LinearAlgebra.jl/branch/master/graph/badge.svg
12
+ [ codecov-url ] : https://codecov.io/gh/JuliaLang/LinearAlgebra.jl
13
+
7
14
## Migrating a Pull Request (PR) from the Julia repository to this repository
8
15
9
16
Since this package was split out from the main Julia repository, you might have previously made a pull request (PR) to the Julia repo. You can easily migrate such PRs to this repository using the following steps:
You can’t perform that action at this time.
0 commit comments