Closed edhager closed 6 years ago
Merging #90 into master will increase coverage by
0.18%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #90 +/- ##
==========================================
+ Coverage 99.18% 99.37% +0.18%
==========================================
Files 9 9
Lines 617 641 +24
Branches 173 180 +7
==========================================
+ Hits 612 637 +25
+ Partials 5 4 -1
Impacted Files | Coverage Δ | |
---|---|---|
src/support/d.ts | 100% <ø> (ø) |
:arrow_up: |
src/support/callListener.ts | 100% <100%> (ø) |
:arrow_up: |
src/harness.ts | 99.32% <100%> (+0.75%) |
: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 d758927...7506d4a. Read the comment docs.
I updated the appropriate test-extras interfaces to support an array of DNode objects.
Fixes #88