Skip to content

Commit 6ce5c48

Browse files
Aleksandr Nekrasovchameleon82
authored andcommitted
header added to cobertura report formatter
1 parent 87ec55c commit 6ce5c48

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/main/scala/com/github/sbt/jacoco/report/formats/CoberturaReportFormat.scala

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1+
/*
2+
* This file is part of sbt-jacoco.
3+
*
4+
* Copyright (c) Joachim Hofer & contributors
5+
* All rights reserved.
6+
*
7+
* This program and the accompanying materials
8+
* are made available under the terms of the Eclipse Public License v1.0
9+
* which accompanies this distribution, and is available at
10+
* http://www.eclipse.org/legal/epl-v10.html
11+
*/
12+
113
package com.github.sbt.jacoco.report.formats
214

315
import com.github.sbt.jacoco.report.DirectoriesSourceFileLocator
416
import org.jacoco.core.analysis.{IBundleCoverage, IClassCoverage, IMethodCoverage, IPackageCoverage}
517
import org.jacoco.core.data.{ExecutionData, SessionInfo}
6-
import org.jacoco.report.internal.xml.XMLGroupVisitor
718
import org.jacoco.report.{IReportGroupVisitor, IReportVisitor, ISourceFileLocator, JavaNames}
819
import sbt.IO
920

0 commit comments

Comments
 (0)