Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
arsonik committed Aug 31, 2020
1 parent 0af356f commit d15b99c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .nycrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"extends": "@istanbuljs/nyc-config-typescript",
"all": false,
"include": ["src/**"],
"exclude": ["src/test/**"]
"exclude": ["src/test/**"],
"check-coverage": true
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"homepage": "https://github.com/davidyaha/graphql-redis-subscriptions",
"scripts": {
"compile": "tsc",
"test": "npm run testonly -- && npm run integration --",
"posttest": "npm run lint",
"test": "npm run coverage && npm run lint",
"lint": "eslint src --ext ts",
"watch": "tsc -w",
"testonly": "mocha --reporter spec src/test/tests.ts",
Expand Down

0 comments on commit d15b99c

Please sign in to comment.