public class PythonCoverageSensor extends PythonReportSensor
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_REPORT_PATH |
static String |
FORCE_ZERO_COVERAGE_KEY |
static String |
IT_DEFAULT_REPORT_PATH |
static String |
IT_REPORT_PATH_KEY |
static String |
OVERALL_DEFAULT_REPORT_PATH |
static String |
OVERALL_REPORT_PATH_KEY |
static String |
REPORT_PATH_KEY |
conf, fileSystem| Constructor and Description |
|---|
PythonCoverageSensor(org.sonar.api.config.Settings conf,
org.sonar.api.batch.fs.FileSystem fileSystem) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyse(org.sonar.api.resources.Project project,
org.sonar.api.batch.SensorContext context) |
defaultReportPath, getReports, processReports, reportPathKey, shouldExecuteOnProject, toStringpublic static final String REPORT_PATH_KEY
public static final String IT_REPORT_PATH_KEY
public static final String OVERALL_REPORT_PATH_KEY
public static final String DEFAULT_REPORT_PATH
public static final String IT_DEFAULT_REPORT_PATH
public static final String OVERALL_DEFAULT_REPORT_PATH
public static final String FORCE_ZERO_COVERAGE_KEY
public PythonCoverageSensor(org.sonar.api.config.Settings conf,
org.sonar.api.batch.fs.FileSystem fileSystem)
public void analyse(org.sonar.api.resources.Project project,
org.sonar.api.batch.SensorContext context)
analyse in interface org.sonar.api.batch.Sensoranalyse in class PythonReportSensorCopyright © 2011–2015 SonarSource and Waleri Enns. All rights reserved.