Skip to content

Commit 3aa3647

Browse files
committed
Disable coverage tracking on buildkite for now
1 parent 90d2af1 commit 3aa3647

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.buildkite/test_sandbox.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ steps:
99
pre-command: apt install -y gcc sudo
1010
# Run standard tests, possibly building a local sandbox
1111
- JuliaCI/julia-test#v1: ~
12-
- JuliaCI/julia-coverage#v1:
13-
codecov: true
12+
13+
# Disabled for now, pending tokenless uploads, or integration of a codecov token
14+
#- JuliaCI/julia-coverage#v1:
15+
# codecov: true
1416
env:
1517
SANDBOX_BUILD_LOCAL_SANDBOX: "${LOCAL_SANDBOX}"
1618
# Because `binfmt_misc` can't be manipulated within a sandbox, we

0 commit comments

Comments
 (0)