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 - 20
- 18 - 18
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-coverage targets: test-coverage
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}