Skip to content

Commit

Permalink
chore: add test coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Apr 14, 2021
1 parent 322f0a6 commit abc3c34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ lib
.env
.vscode
.envrc
coverage
.DS_Store
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"start": "probot run ./lib/index.js",
"postinstall": "tsc",
"prettier:write": "prettier --write \"src/**/*.{ts,tsx}\"",
"test": "jest"
"test": "jest",
"coverage": "jest --silent --coverage"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit abc3c34

Please sign in to comment.