Merge pull request #160 from crazy-max/fix-codecov
Some checks failed
ci / main (ubuntu-latest, ) (push) Failing after 36s
ci / main (ubuntu-latest, type=image,tag=27.3.1) (push) Failing after 36s
ci / main (ubuntu-latest, v27.3.1) (push) Failing after 30s
ci / channel (ubuntu-latest) (push) Failing after 30s
ci / daemon-config (ubuntu-latest) (push) Failing after 35s
ci / context (ubuntu-latest) (push) Failing after 31s
ci / build-linux (containerd-system) (push) Failing after 16s
ci / build-linux (containerd-tarball) (push) Failing after 18s
ci / set-host (push) Failing after 30s
ci / rootless (push) Failing after 25s
ci / tcp (ubuntu-latest) (push) Failing after 31s
test / test (push) Failing after 20s
validate / prepare (push) Failing after 20s
validate / validate (push) Has been skipped
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 / 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 (ubuntu-24.04-arm) (push) Has been cancelled
ci / tcp (windows-latest) (push) Has been cancelled

ci: fix missing source for codecov
This commit is contained in:
CrazyMax
2025-04-22 14:53:31 +02:00
committed by GitHub

View File

@@ -15,6 +15,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Test
uses: docker/bake-action@v6
@@ -24,5 +27,6 @@ jobs:
name: Upload coverage
uses: codecov/codecov-action@v5
with:
source: .
files: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}