Skip to content

Commit 6bc94fc

Browse files
committed
Fix file path
1 parent 1d05fa1 commit 6bc94fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@ jobs:
157157
- uses: codecov/codecov-action@v2
158158
with:
159159
token: ${{ secrets.CODECOV_TOKEN }}
160-
files: ./coverage
160+
files: ./coverage/lcov.info
161161
flags: unittest-js
162162
fail_ci_if_error: true

0 commit comments

Comments
 (0)