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

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

View File

@ -21,10 +21,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