Skip to content

Commit

Permalink
fix coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
yariksav committed Jan 21, 2020
1 parent 27859f3 commit 9229f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint:fix": "npm run lint -- --fix",
"prepublish": "npm run build",
"test": "jest --env=jsdom",
"coverage": "jest --env=jsdom --coverage --coverageReporters=text-lcov | coveralls"
"coverage": "jest --env=jsdom --coverage --collectCoverageFrom=src/**/*.js --coverageReporters=text-lcov | coveralls"
},
"main": "dist/vuetify-dialog.umd.js",
"module": "dist/vuetify-dialog.esm.js",
Expand Down

0 comments on commit 9229f40

Please sign in to comment.