Commit dacb4561a9d437d4e013c20598b694eddcb67299
1 parent
0283577a
Exists in
master
and in
34 other branches
run coverage even if tests fail
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
package.json
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | "moment": "^2.11.2" |
8 | 8 | }, |
9 | 9 | "scripts": { |
10 | - "coverage": "karma start --single-run && npm run remap-coverage", | |
10 | + "coverage": "karma start --single-run; npm run remap-coverage", | |
11 | 11 | "remap-coverage": "ts-node --project ./dev-scripts ./dev-scripts/remapCoverage.ts", |
12 | 12 | "test-single": "karma start --single-run", |
13 | 13 | "test-and-coverage": "karma start & npm run remap-coverage", | ... | ... |