Skip to content

Commit

Permalink
Added test coverage reporting during build [#539]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce authored and BRUCELLA2 committed Nov 22, 2020
1 parent 3dd6909 commit 7e0ddbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comixed-web/package.json
Expand Up @@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"test": "ng test --code-coverage",
"lint": "ng lint",
"e2e": "ng e2e"
},
Expand Down

0 comments on commit 7e0ddbd

Please sign in to comment.