Skip to content

Commit 4bd89ca

Browse files
committed
Fix CI config x2
1 parent e55f924 commit 4bd89ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: codecov/codecov-action@v1
3535
with:
3636
token: ${{ secrets.CODECOV_TOKEN }}
37-
files: ./lcov.info
37+
files: ./coverage/lcov.info
3838
directory: ./coverage/
3939
name: Test ${{ matrix.os }} node ${{ matrix.node-version }}
4040
fail_ci_if_error: true

0 commit comments

Comments
 (0)