Skip to content

Commit

Permalink
test: collect coverage by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bcanseco committed Oct 22, 2018
1 parent a558c33 commit 743322a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ install:

script:
- npm start
- npm test -- --coverage && codecov
- npm test && codecov
- npm run lint
- npm run vuln
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"example": "webpack --config example/webpack.config.babel.js",
"start": "webpack",
"test": "jest",
"test": "jest --coverage",
"lint": "eslint .",
"vuln": "npm-audit-ci",
"prepack": "npm start"
Expand Down

0 comments on commit 743322a

Please sign in to comment.