Skip to content

Commit 45e44e2

Browse files
authored
Merge pull request #12 from crazy-max/fix-codecov
ci: fix missing source for codecov
2 parents 364cc21 + 6ffe8af commit 45e44e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
test:
2020
runs-on: ubuntu-latest
2121
steps:
22+
-
23+
name: Checkout
24+
uses: actions/checkout@v4
2225
-
2326
name: Set up Docker Buildx
2427
uses: docker/setup-buildx-action@v3
@@ -29,6 +32,7 @@ jobs:
2932
name: Test
3033
uses: docker/bake-action@v6
3134
with:
35+
source: .
3236
targets: test
3337
-
3438
name: Upload coverage

0 commit comments

Comments
 (0)