Skip to content

Commit 7dc1d13

Browse files
committed
test: fix codecov lcov.info path
1 parent a6ae90c commit 7dc1d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: Unit tests
4343
command: npm run test:cov
4444
- codecov/upload:
45-
file: 'lcov.info'
45+
file: './lcov.info'
4646

4747
workflows:
4848
version: 2

0 commit comments

Comments
 (0)