Skip to content

Commit cd13959

Browse files
committed
☕ Fix Codecov action
1 parent 3918a6e commit cd13959

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,6 @@ jobs:
121121
- uses: codecov/codecov-action@v4
122122
with:
123123
os: ${{ runner.os }}
124-
files: ./repo/coverage.lcov
124+
files: ./coverage.lcov
125125
token: ${{ secrets.CODECOV_TOKEN }}
126+
working-directory: ./repo

0 commit comments

Comments
 (0)