Merge pull request #211 from crazy-max/fix-codecov
Some checks are pending
ci / default (push) Waiting to run
ci / main (tonistiigi/binfmt:latest, all) (push) Waiting to run
ci / main (tonistiigi/binfmt:latest, arm64,riscv64,arm) (push) Waiting to run
ci / main (tonistiigi/binfmt:master, all) (push) Waiting to run
ci / main (tonistiigi/binfmt:master, arm64,riscv64,arm) (push) Waiting to run
ci / error (push) Waiting to run
ci / cache-image (false) (push) Waiting to run
ci / cache-image (true) (push) Waiting to run
ci / version (tonistiigi/binfmt:latest) (push) Waiting to run
ci / version (tonistiigi/binfmt:master) (push) Waiting to run
ci / version (tonistiigi/binfmt:qemu-v7.0.0) (push) Waiting to run
test / test (push) Waiting to run
validate / prepare (push) Waiting to run
validate / validate (push) Blocked by required conditions

ci: fix missing source for codecov
This commit is contained in:
CrazyMax 2025-04-22 14:43:00 +02:00 committed by GitHub
commit 5a7ea16bc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,10 +15,14 @@ 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
with: with:
source: .
targets: test targets: test
- -
name: Upload coverage name: Upload coverage