Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(test): fixes coveralls coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona authored Jan 11, 2020
1 parent 265d1ec commit 9b321fa
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 @@ -101,7 +101,7 @@
"test": "react-scripts test --detectOpenHandles",
"test:ci": "cross-env CI=true react-scripts test",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
"semantic-release": "semantic-release"
},
"browserslist": {
Expand Down

0 comments on commit 9b321fa

Please sign in to comment.