Merge pull request #12 from crazy-max/fix-codecov

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

View File

@ -19,6 +19,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
@ -29,6 +32,7 @@ jobs:
name: Test
uses: docker/bake-action@v6
with:
source: .
targets: test
-
name: Upload coverage