File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 52
52
use SebastianBergmann \CodeCoverage \Report \Crap4j as Crap4jReport ;
53
53
use SebastianBergmann \CodeCoverage \Report \Html \Colors ;
54
54
use SebastianBergmann \CodeCoverage \Report \Html \Facade as HtmlReport ;
55
- use SebastianBergmann \CodeCoverage \Report \Html \Thresholds ;
56
55
use SebastianBergmann \CodeCoverage \Report \PHP as PhpReport ;
57
56
use SebastianBergmann \CodeCoverage \Report \Text as TextReport ;
57
+ use SebastianBergmann \CodeCoverage \Report \Thresholds ;
58
58
use SebastianBergmann \CodeCoverage \Report \Xml \Facade as XmlReport ;
59
59
use SebastianBergmann \Comparator \Comparator ;
60
60
use SebastianBergmann \Environment \Runtime ;
@@ -501,8 +501,7 @@ public function run(TestSuite $suite): TestResult
501
501
}
502
502
503
503
$ processor = new TextReport (
504
- 50 ,
505
- 90 ,
504
+ Thresholds::default (),
506
505
$ this ->configuration ->coverageTextShowUncoveredFiles (),
507
506
$ this ->configuration ->coverageTextShowOnlySummary ()
508
507
);
You can’t perform that action at this time.
0 commit comments