Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79b7bc2

Browse files
author
Aleksandr Nekrasov
committedAug 29, 2022
header added to cobertura report formatter
1 parent 5a901d5 commit 79b7bc2

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

+12-1
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)
Please sign in to comment.