mirror of
https://git.mirrors.martin98.com/https://github.com/docker/setup-docker-action
synced 2026-04-20 01:28:04 +08:00
Merge pull request #160 from crazy-max/fix-codecov
Some checks failed
ci / context (ubuntu-latest) (push) Failing after 18s
ci / main (ubuntu-latest, ) (push) Failing after 25s
ci / build-linux (containerd-tarball) (push) Failing after 4s
ci / build-linux (containerd-system) (push) Failing after 11s
ci / rootless (push) Failing after 11s
ci / daemon-config (ubuntu-latest) (push) Failing after 43s
test / test (push) Failing after 3s
ci / tcp (ubuntu-latest) (push) Failing after 8s
validate / prepare (push) Failing after 3s
validate / validate (push) Has been skipped
ci / set-host (push) Failing after 24s
ci / main (ubuntu-latest, type=image,tag=27.3.1) (push) Failing after 2m22s
ci / channel (ubuntu-latest) (push) Failing after 10m11s
ci / main (ubuntu-latest, v27.3.1) (push) Failing after 19m54s
ci / main (macos-13, ) (push) Has been cancelled
ci / main (macos-13, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (macos-13, v27.3.1) (push) Has been cancelled
ci / main (ubuntu-24.04-arm, ) (push) Has been cancelled
ci / main (ubuntu-24.04-arm, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (ubuntu-24.04-arm, v27.3.1) (push) Has been cancelled
ci / main (windows-latest, ) (push) Has been cancelled
ci / main (windows-latest, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (windows-latest, v27.3.1) (push) Has been cancelled
ci / channel (macos-13) (push) Has been cancelled
ci / channel (ubuntu-24.04-arm) (push) Has been cancelled
ci / channel (windows-latest) (push) Has been cancelled
ci / daemon-config (macos-13) (push) Has been cancelled
ci / daemon-config (ubuntu-24.04-arm) (push) Has been cancelled
ci / daemon-config (windows-latest) (push) Has been cancelled
ci / context (macos-13) (push) Has been cancelled
ci / context (ubuntu-24.04-arm) (push) Has been cancelled
ci / context (windows-latest) (push) Has been cancelled
ci / lima-start-args (push) Has been cancelled
ci / tcp (ubuntu-24.04-arm) (push) Has been cancelled
ci / build-macos (macos-13) (push) Has been cancelled
ci / build-windows (push) Has been cancelled
ci / tcp (macos-13) (push) Has been cancelled
ci / tcp (windows-latest) (push) Has been cancelled
Some checks failed
ci / context (ubuntu-latest) (push) Failing after 18s
ci / main (ubuntu-latest, ) (push) Failing after 25s
ci / build-linux (containerd-tarball) (push) Failing after 4s
ci / build-linux (containerd-system) (push) Failing after 11s
ci / rootless (push) Failing after 11s
ci / daemon-config (ubuntu-latest) (push) Failing after 43s
test / test (push) Failing after 3s
ci / tcp (ubuntu-latest) (push) Failing after 8s
validate / prepare (push) Failing after 3s
validate / validate (push) Has been skipped
ci / set-host (push) Failing after 24s
ci / main (ubuntu-latest, type=image,tag=27.3.1) (push) Failing after 2m22s
ci / channel (ubuntu-latest) (push) Failing after 10m11s
ci / main (ubuntu-latest, v27.3.1) (push) Failing after 19m54s
ci / main (macos-13, ) (push) Has been cancelled
ci / main (macos-13, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (macos-13, v27.3.1) (push) Has been cancelled
ci / main (ubuntu-24.04-arm, ) (push) Has been cancelled
ci / main (ubuntu-24.04-arm, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (ubuntu-24.04-arm, v27.3.1) (push) Has been cancelled
ci / main (windows-latest, ) (push) Has been cancelled
ci / main (windows-latest, type=image,tag=27.3.1) (push) Has been cancelled
ci / main (windows-latest, v27.3.1) (push) Has been cancelled
ci / channel (macos-13) (push) Has been cancelled
ci / channel (ubuntu-24.04-arm) (push) Has been cancelled
ci / channel (windows-latest) (push) Has been cancelled
ci / daemon-config (macos-13) (push) Has been cancelled
ci / daemon-config (ubuntu-24.04-arm) (push) Has been cancelled
ci / daemon-config (windows-latest) (push) Has been cancelled
ci / context (macos-13) (push) Has been cancelled
ci / context (ubuntu-24.04-arm) (push) Has been cancelled
ci / context (windows-latest) (push) Has been cancelled
ci / lima-start-args (push) Has been cancelled
ci / tcp (ubuntu-24.04-arm) (push) Has been cancelled
ci / build-macos (macos-13) (push) Has been cancelled
ci / build-windows (push) Has been cancelled
ci / tcp (macos-13) (push) Has been cancelled
ci / tcp (windows-latest) (push) Has been cancelled
ci: fix missing source for codecov
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -15,6 +15,9 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
-
|
||||||
|
name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
uses: docker/bake-action@v6
|
uses: docker/bake-action@v6
|
||||||
@@ -24,5 +27,6 @@ jobs:
|
|||||||
name: Upload coverage
|
name: Upload coverage
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
|
source: .
|
||||||
files: ./coverage/clover.xml
|
files: ./coverage/clover.xml
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user