[DAEMON-53] Root coverage task should not stop on failures
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | High |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2017-02-22T00:51:42.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Appc Daemon 1.0.0 |
| Components | Tooling |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2017-02-22T00:51:14.000+0000 |
| Updated | 2017-10-26T03:08:43.000+0000 |
Description
When running
gulp coverage in the root, we should run each package's coverage tests and continue even if one or more fail, then at the very end do the process.exit(1).
No comments