Skip to content

Commit 67f8ebd

Browse files
author
Lionel Bijaoui
committed
Fix Coverall path to "lcov.info"
1 parent e15672b commit 67f8ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:full": "cross-env VUE_APP_FULL_BUNDLE=true vue-cli-service build --no-clean --target lib --name vfg src/index.js --report",
1313
"lint": "vue-cli-service lint",
1414
"test:unit": "nyc vue-cli-service test:unit --include ./tests/unit/setup.js",
15-
"coverall": "cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
15+
"coverall": "cat ./tests/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
1616
"changelog": "conventional-changelog -i CHANGELOG.md -s",
1717
"changelog:full": "conventional-changelog -i CHANGELOG.md -s -r 0",
1818
"docs": "cd docs && gitbook serve",

0 commit comments

Comments
 (0)