Closed capaj closed 6 years ago
Merging #43 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #43 +/- ##
=======================================
Coverage 87.43% 87.43%
=======================================
Files 61 61
Lines 1106 1106
Branches 194 194
=======================================
Hits 967 967
Misses 138 138
Partials 1 1
Impacted Files | Coverage Δ | |
---|---|---|
src/services/utils/inheritance/index.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 6208a24...94fab14. Read the comment docs.
Great! I've also modified title and description of PR
'fixes #42' is rather not really explainatory title for PR :)
It was required to update
getClassWithAllParentClasses
function to support it.Also added needed tests
Fixed #42