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

Commit

Permalink
ci: report coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-rustin committed Oct 13, 2020
1 parent be31177 commit 0ddcef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"start": "probot run ./lib/index.js",
"build:watch": "tsc && (tsc -w --preserveWatchOutput & nodemon)",
"dev": "npm run build:watch",
"test": "jest",
"test": "jest --coverage",
"lint": "prettier --check 'src/**/*.ts' 'test/**/*.ts' *.md package.json tsconfig.json",
"lint:fix": "prettier --write 'src/**/*.ts' 'test/**/*.ts' *.md package.json tsconfig.json",
"typeorm": "ts-node ./node_modules/.bin/typeorm"
Expand Down

0 comments on commit 0ddcef8

Please sign in to comment.