Package org.sonar.plugins.dotnet.tests
Class CoverageAggregator
java.lang.Object
org.sonar.plugins.dotnet.tests.CoverageAggregator
- Direct Known Subclasses:
CodeCoverageProvider.IntegrationTestCoverageAggregator
,CodeCoverageProvider.UnitTestCoverageAggregator
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 Summary
ConstructorsConstructorDescriptionCoverageAggregator
(CoverageConfiguration coverageConf, org.sonar.api.config.Configuration configuration, ScannerFileService fileService, org.sonar.api.notifications.AnalysisWarnings analysisWarnings) -
Method Summary
-
Constructor Details
-
CoverageAggregator
public CoverageAggregator(CoverageConfiguration coverageConf, org.sonar.api.config.Configuration configuration, ScannerFileService fileService, org.sonar.api.notifications.AnalysisWarnings analysisWarnings)
-