Closed jperata closed 6 years ago
Merging #23 into master will increase coverage by
2.7%
. The diff coverage is92.2%
.
@@ Coverage Diff @@
## master #23 +/- ##
=========================================
+ Coverage 90.85% 93.56% +2.7%
=========================================
Files 10 13 +3
Lines 361 404 +43
Branches 37 39 +2
=========================================
+ Hits 328 378 +50
+ Misses 33 26 -7
Impacted Files | Coverage Δ | |
---|---|---|
src/ModuleInvoker.ts | 100% <100%> (ø) |
|
src/ActionInteractor.ts | 86.11% <100%> (+9.54%) |
:arrow_up: |
src/LocalFunctionInteractor.ts | 100% <100%> (ø) |
|
src/RemoteInteractor.ts | 84.37% <84.37%> (ø) |
|
src/VirtualGoogleAssistant.ts | 91.3% <91.66%> (+7.09%) |
:arrow_up: |
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 e3e969f...495a8d5. Read the comment docs.
Allow to initialize Virtual Google Assistant by using a mock response. Logic is different enough to just include it here and not on the virtual-core
Closes #20