Skip to content

Commit

Permalink
refactor(package.json): fix coveralls path to lcov.info file
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Nov 12, 2018
1 parent e8da23a commit 8a567f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"commit": "git-cz",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release",
"coveralls": "npm run test:cov && cat ./coverage/lcov.info | coveralls"
"coveralls": "npm run test:cov && cat ./test-results/lcov.info | coveralls"
},
"dependencies": {
"@nestjs/common": "^5.1.0",
Expand Down

0 comments on commit 8a567f9

Please sign in to comment.