Skip to content

Commit

Permalink
Add run-coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
hibes committed Aug 16, 2020
1 parent 662768f commit 0a2287e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"build": "vue-cli-service build",
"lint": "NODE_ENV=production vue-cli-service lint",
"run-coveralls": "NODE_ENV=unit nyc report --reporter=text-lcov | coveralls",
"serve": "vue-cli-service serve",
"test": "yarn lint && yarn test:unit && yarn test:coveralls && yarn test:integration",
"test:coveralls": "if-env-run CI yarn run-coveralls",
Expand Down

0 comments on commit 0a2287e

Please sign in to comment.