Skip to content

Commit 5a7ea16

Browse files
authored
Merge pull request #211 from crazy-max/fix-codecov
ci: fix missing source for codecov
2 parents fcd3152 + a2fd8cf commit 5a7ea16

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
@@ -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)