Skip to content

Commit c566248

Browse files
authored
Merge pull request #1363 from crazy-max/fix-codecov
ci: fix missing source for codecov
2 parents 67dc78b + 13275dd commit c566248

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ jobs:
1515
test:
1616
runs-on: ubuntu-latest
1717
steps:
18+
-
19+
name: Checkout
20+
uses: actions/checkout@v4
1821
-
1922
name: Test
2023
uses: docker/bake-action@v6
2124
with:
25+
source: .
2226
targets: test
2327
-
2428
name: Upload coverage

0 commit comments

Comments
 (0)