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

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:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Test
uses: docker/bake-action@v6
with:
source: .
targets: test
-
name: Upload coverage