Skip to content

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler committed Aug 23, 2019
1 parent 0c2e4b6 commit 544122d
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 1 deletion.
73 changes: 73 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A state management for data fetches in React",
"main": "index.js",
"scripts": {
"test": "jest",
"test": "jest --coverage --coverageReporters=text-lcov | coveralls",
"clean": "rimraf node_modules && npm i",
"build": "node ./scripts/build.js",
"check-types": "npx tsc",
Expand All @@ -29,6 +29,7 @@
"@babel/preset-typescript": "^7.3.3",
"@types/react": "^16.8.23",
"babel-loader": "^8.0.6",
"coveralls": "^3.0.6",
"express": "^4.17.1",
"jest": "^24.9.0",
"node-fetch": "^2.6.0",
Expand Down

0 comments on commit 544122d

Please sign in to comment.