Skip to content

Commit f27261c

Browse files
authored
Merge pull request #160 from crazy-max/fix-codecov
ci: fix missing source for codecov
2 parents 54c51f4 + a39f563 commit f27261c

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,6 +15,9 @@ 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
@@ -24,5 +27,6 @@ jobs:
2427
name: Upload coverage
2528
uses: codecov/codecov-action@v5
2629
with:
30+
source: .
2731
files: ./coverage/clover.xml
2832
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)