We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d2af1 commit 3aa3647Copy full SHA for 3aa3647
.buildkite/test_sandbox.yml
@@ -9,8 +9,10 @@ steps:
9
pre-command: apt install -y gcc sudo
10
# Run standard tests, possibly building a local sandbox
11
- JuliaCI/julia-test#v1: ~
12
- - JuliaCI/julia-coverage#v1:
13
- codecov: true
+
+ # Disabled for now, pending tokenless uploads, or integration of a codecov token
14
+ #- JuliaCI/julia-coverage#v1:
15
+ # codecov: true
16
env:
17
SANDBOX_BUILD_LOCAL_SANDBOX: "${LOCAL_SANDBOX}"
18
# Because `binfmt_misc` can't be manipulated within a sandbox, we
0 commit comments