Skip to content

Commit

Permalink
header added to cobertura report formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Nekrasov committed Aug 29, 2022
1 parent 5a901d5 commit 79b7bc2
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
/*
* This file is part of sbt-jacoco.
*
* Copyright (c) Joachim Hofer & contributors
* All rights reserved.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/

package com.github.sbt.jacoco.report.formats

import com.github.sbt.jacoco.report.DirectoriesSourceFileLocator
import org.jacoco.core.analysis.{IBundleCoverage, IClassCoverage, IMethodCoverage, IPackageCoverage}
import org.jacoco.core.data.{ExecutionData, SessionInfo}
import org.jacoco.report.internal.xml.XMLGroupVisitor
import org.jacoco.report.{IReportGroupVisitor, IReportVisitor, ISourceFileLocator, JavaNames}
import sbt.IO

Expand Down

0 comments on commit 79b7bc2

Please sign in to comment.