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

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

View File

@@ -31,10 +31,14 @@ jobs:
- 20
- 18
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Test
uses: docker/bake-action@v6
with:
source: .
targets: test-coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}