Skip to content

Commit

Permalink
fixes lcov path
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Aug 9, 2017
1 parent acb02b5 commit e43b9b5
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 @@ -25,7 +25,7 @@
"travis-test": "karma start karma-travis.conf.js",
"gulp": "gulp",
"build": "gulp build",
"coveralls": "cat ./coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js"
"coveralls": "cat ./coverage/lcov/lcov.info | node ./node_modules/coveralls/bin/coveralls.js"
},
"private": false,
"dependencies": {
Expand Down

0 comments on commit e43b9b5

Please sign in to comment.