Skip to content

Commit

Permalink
Add --coverage flag to test script
Browse files Browse the repository at this point in the history
Prior to this change, the coverage was not being generated during CI test phase and, therefore, not being published on Code Climate
  • Loading branch information
Fryuni committed Mar 23, 2020
1 parent 607c583 commit 51d2541
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 @@ -20,7 +20,7 @@
"scripts": {
"validate": "tsc --noEmit",
"lint": "eslint 'src/**/*.ts' 'test/**/*.ts'",
"test": "jest -c jest.config.js",
"test": "jest -c jest.config.js --coverage",
"rollup": "rollup -c rollup.config.js",
"rollup-min": "rollup -c rollup.config.js --environment minify"
},
Expand Down

0 comments on commit 51d2541

Please sign in to comment.