Closed ryardley closed 4 years ago
Merging #46 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #46 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 6 6
Lines 90 91 +1
Branches 13 13
=====================================
+ Hits 90 91 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/EventBus.ts | 100% <100%> (ø) |
:arrow_up: |
src/useBusReducer.ts | 100% <100%> (ø) |
:arrow_up: |
src/useBusState.ts | 100% <100%> (ø) |
: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 b5b809f...08e4507. Read the comment docs.
Merged this through as I needed it on a project.
This closes https://github.com/ryardley/ts-bus/issues/18
This is pretty cool as now we can have devtools support which would be a major blocker to using this in a large project.
TODO: