There was an error while loading. Please reload this page.
1 parent 954b3c4 commit 94ac94cCopy full SHA for 94ac94c
1 file changed
plugin/codecov/src/CodecovPlugin.php
@@ -53,7 +53,7 @@
53
public function __construct(
54
private CoverageLevel $level = CoverageLevel::Line,
55
private CoverageMode $collect = CoverageMode::IfAvailable,
56
- array $testTypes = [TestType::Test, TestType::TestInline],
+ array $testTypes = [TestType::Test],
57
array $reports = [],
58
) {
59
$this->testTypes = \array_map(
0 commit comments