We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36724b0 commit 9cfd3bcCopy full SHA for 9cfd3bc
src/Report/Cobertura.php
@@ -52,6 +52,7 @@ public function process(CodeCoverage $coverage, ?string $target = null, ?string
52
$xmlCoverage->appendChild($xmlPackages);
53
54
$xmlPackage = $xmlDocument->createElement('package');
55
+ $xmlPackage->setAttribute('name', $name);
56
$xmlPackages->appendChild($xmlPackage);
57
58
$report = $coverage->getReport();
0 commit comments