Skip to content

Commit 2224ec6

Browse files
authored
Submit to Codecov from Buildkite (#109)
1 parent 87886f5 commit 2224ec6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ steps:
44
- JuliaCI/julia#v0.6:
55
version: "1.5"
66
- JuliaCI/julia-test#v0.3:
7-
# - JuliaCI/julia-coverage#v0.3:
8-
# codecov: true
7+
- JuliaCI/julia-coverage#v0.3:
8+
codecov: true
99
agents:
1010
queue: "juliagpu"
1111
cuda: "*"
1212
timeout_in_minutes: 60
1313

1414
env:
1515
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
16-
# SECRET_CODECOV_TOKEN: ""
16+
SECRET_CODECOV_TOKEN: "b3VnbGgFLwQ5JLdP+RtluFzff8Iq7OdCr1mQiXIcrRz6w1gH1ZBO74lh5/G8G0DCZ8FcDPExcAU15Bgg1fnuKBUD+pM5+lh75Omd8sIQwy04KuFjya8LYRYTg9Jpi9LiUVFke/EpXnii84WkWGfvNMpLQedLvuM8FUzInFnuXicMgrbcIQQO0M7va/Efwn7yRiBLmgGv8jI5hphHsjF7joU1tnNeJEPTZ/oKzubxta0DlLW4DYaaRZc9RmsXGH2bg1el+ujouf8YZ4ncO7okvsgjSXzKxdGqN74WqlgzLZRtvtDkDRT8jTlugDq9C+oeUDnCfc6VJcSaNw1Kmk5OyQ==;U2FsdGVkX1+l463STh4TdVc8OUkIO2uf1pWXUtVHDZHgxILX1+40v9kVYUGznEE/flndA4dOk6PrND8KnISGsA=="

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ArrayInterface"
22
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
3-
version = "2.14.15"
3+
version = "2.14.16"
44

55
[deps]
66
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)