Closed rorticus closed 7 years ago
Merging #114 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #114 +/- ##
==========================================
+ Coverage 99.45% 99.45% +<.01%
==========================================
Files 15 15
Lines 364 368 +4
Branches 40 42 +2
==========================================
+ Hits 362 366 +4
Partials 2 2
Impacted Files | Coverage Δ | |
---|---|---|
src/registerCommands.ts | 100% <100%> (ø) |
:white_check_mark: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 59926aa...475216c. Read the comment docs.
Type: feature
The following has been addressed in the PR:
Description:
Commands can now reject with
CommandError
s now instead of regular errors. These are backwards compatible with the currentError
objects.If
exitCode
is returned, and not undefined, the process will be exited with that exit code.Part of https://github.com/dojo/cli-test-intern/issues/7