Class CoverageAggregator

java.lang.Object
org.sonar.plugins.dotnet.tests.CoverageAggregator
Direct Known Subclasses:
CodeCoverageProvider.IntegrationTestCoverageAggregator, CodeCoverageProvider.UnitTestCoverageAggregator

@ScannerSide public class CoverageAggregator extends Object
Aggregate the coverage results from different reports of potentially different tools (e.g. aggregate a NCover 3 report with a DotCover one and 3 Visual Studio ones).
  • Constructor Details

    • CoverageAggregator

      public CoverageAggregator(CoverageConfiguration coverageConf, org.sonar.api.config.Configuration configuration, ScannerFileService fileService, org.sonar.api.notifications.AnalysisWarnings analysisWarnings)