Closed jdonaghue closed 7 years ago
@@ Coverage Diff @@
## master #94 +/- ##
==========================================
+ Coverage 99.45% 99.48% +0.03%
==========================================
Files 15 15
Lines 368 391 +23
Branches 43 48 +5
==========================================
+ Hits 366 389 +23
Partials 2 2
Impacted Files | Coverage Δ | |
---|---|---|
src/registerCommands.ts | 100% <100%> (ø) |
:white_check_mark: |
src/command.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 53e5c08...338934e. Read the comment docs.
@jdonaghue There are conflicts here that need resolving here also.
Still a conflict on src/interfaces
and a few missing branches of tests coverage.
@agubler I have the conflicts resolved locally, but didn't have time yesterday to add to the coverage. I will get to it tonight/tomorrow most likely. Sorry, for the delay.
@jdonaghue no problem at all! Wasn't sure if you were aware 😄
@agubler @tomdye The test coverage has been enhanced and all conflicts are now resolved, thanks!
refs #45 add ability for aliasing commands (eg.
dojo dev
is the same asdojo build dojo -w
)