Closed kinglozzer closed 6 years ago
Merging #29 into master will not change coverage. The diff coverage is
50%
.
@@ Coverage Diff @@
## master #29 +/- ##
=========================================
Coverage 33.63% 33.63%
Complexity 175 175
=========================================
Files 16 16
Lines 449 449
=========================================
Hits 151 151
Misses 298 298
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
src/Extensions/PageHealthExtension.php | 0% <ø> (ø) |
7 <0> (ø) |
:arrow_down: |
src/Forms/HealthAnalysisField.php | 0% <0%> (ø) |
8 <2> (ø) |
:arrow_down: |
src/Analysis/Analysis.php | 19.14% <100%> (ø) |
18 <2> (ø) |
:arrow_down: |
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 d367865...c7599eb. Read the comment docs.
Great idea, thanks
Because I’m awkward, none of my custom page types extend
\Page
, they all extendApp\Model\Page
. Switching to typehintingSilverStripe\CMS\Model\SiteTree
allows both approaches 😁