Skip to content

Commit

Permalink
Updated CI test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNeto committed Mar 4, 2019
1 parent 2a255c8 commit 79bb515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cache:
- node_modules
script:
- npm run build
- npm run test
- npm run test:ci
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
before_install:
- export TZ=America/Toronto
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --coverage --watch --onlyChanged",
"test:ci": "react-scripts test --coverage --verbose",
"eject": "react-scripts eject",
"lint": "eslint src --ext '.js,.jsx' --config .eslintrc",
"lint:fix": "npm run lint --fix",
Expand Down Expand Up @@ -92,4 +93,4 @@
"git add"
]
}
}
}

0 comments on commit 79bb515

Please sign in to comment.