You've already forked setup-buildx-action
mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-04-21 06:16:33 +03:00
Merge pull request #381 from docker/dependabot/github_actions/codecov/codecov-action-5
Some checks failed
ci / main () (push) Successful in 14s
ci / main (lab:latest) (push) Successful in 14m45s
ci / main (lab:v0.11.2-desktop.2) (push) Successful in 14m32s
ci / main (latest) (push) Successful in 14m24s
ci / main (v0.4.1) (push) Successful in 11s
ci / multi (push) Successful in 13s
ci / error (push) Failing after 1s
ci / debug (push) Failing after 1s
ci / install (push) Successful in 9s
ci / use (false) (push) Successful in 9s
ci / use (true) (push) Successful in 9s
ci / driver (image=moby/buildkit:latest) (push) Successful in 9s
ci / driver (image=moby/buildkit:master
network=host
) (push) Successful in 13s
ci / docker-driver (push) Successful in 6s
ci / endpoint (push) Failing after 5s
ci / config (push) Successful in 19s
ci / config-inline (push) Successful in 14s
ci / with-qemu (, all) (push) Failing after 2s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 2s
ci / with-qemu (v0.9.1, all) (push) Failing after 2s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 2s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Successful in 9m44s
ci / build-ref (master) (push) Successful in 12m29s
ci / build-ref (refs/pull/731/head) (push) Successful in 9m42s
ci / build-ref (refs/tags/v0.5.1) (push) Successful in 9m41s
ci / standalone-cmd (push) Successful in 13s
ci / standalone-action (push) Successful in 14s
ci / standalone-install-error (push) Successful in 13s
ci / append (push) Successful in 10s
ci / platforms (push) Failing after 2s
ci / docker-context (push) Successful in 7s
ci / cleanup (false) (push) Successful in 8s
ci / cleanup (true) (push) Successful in 8s
ci / k3s (v0.10.5) (push) Failing after 2s
ci / k3s (v0.11.0) (push) Failing after 2s
ci / cache-binary (false) (push) Successful in 10s
ci / cache-binary (true) (push) Successful in 9s
test / test (push) Failing after 2s
validate / prepare (push) Successful in 5s
validate / validate (push) Failing after 1s
Some checks failed
ci / main () (push) Successful in 14s
ci / main (lab:latest) (push) Successful in 14m45s
ci / main (lab:v0.11.2-desktop.2) (push) Successful in 14m32s
ci / main (latest) (push) Successful in 14m24s
ci / main (v0.4.1) (push) Successful in 11s
ci / multi (push) Successful in 13s
ci / error (push) Failing after 1s
ci / debug (push) Failing after 1s
ci / install (push) Successful in 9s
ci / use (false) (push) Successful in 9s
ci / use (true) (push) Successful in 9s
ci / driver (image=moby/buildkit:latest) (push) Successful in 9s
ci / driver (image=moby/buildkit:master
network=host
) (push) Successful in 13s
ci / docker-driver (push) Successful in 6s
ci / endpoint (push) Failing after 5s
ci / config (push) Successful in 19s
ci / config-inline (push) Successful in 14s
ci / with-qemu (, all) (push) Failing after 2s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 2s
ci / with-qemu (v0.9.1, all) (push) Failing after 2s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 2s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Successful in 9m44s
ci / build-ref (master) (push) Successful in 12m29s
ci / build-ref (refs/pull/731/head) (push) Successful in 9m42s
ci / build-ref (refs/tags/v0.5.1) (push) Successful in 9m41s
ci / standalone-cmd (push) Successful in 13s
ci / standalone-action (push) Successful in 14s
ci / standalone-install-error (push) Successful in 13s
ci / append (push) Successful in 10s
ci / platforms (push) Failing after 2s
ci / docker-context (push) Successful in 7s
ci / cleanup (false) (push) Successful in 8s
ci / cleanup (true) (push) Successful in 8s
ci / k3s (v0.10.5) (push) Failing after 2s
ci / k3s (v0.11.0) (push) Failing after 2s
ci / cache-binary (false) (push) Successful in 10s
ci / cache-binary (true) (push) Successful in 9s
test / test (push) Failing after 2s
validate / prepare (push) Successful in 5s
validate / validate (push) Failing after 1s
build(deps): bump codecov/codecov-action from 4 to 5
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
targets: test
|
||||
-
|
||||
name: Upload coverage
|
||||
uses: codecov/codecov-action@v4
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
file: ./coverage/clover.xml
|
||||
files: ./coverage/clover.xml
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user