Skip to content

Commit 94ac94c

Browse files
committed
refactor(codecov): Stop covering Inline tests by default because of #159
1 parent 954b3c4 commit 94ac94c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/codecov/src/CodecovPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
public function __construct(
5454
private CoverageLevel $level = CoverageLevel::Line,
5555
private CoverageMode $collect = CoverageMode::IfAvailable,
56-
array $testTypes = [TestType::Test, TestType::TestInline],
56+
array $testTypes = [TestType::Test],
5757
array $reports = [],
5858
) {
5959
$this->testTypes = \array_map(

0 commit comments

Comments
 (0)