|
55 | 55 | @Property( |
56 | 56 | key = CoberturaSensor.REPORT_PATTERN_KEY, |
57 | 57 | defaultValue = CoberturaSensor.DEFAULT_REPORT_PATTERN, |
58 | | - name = "Path to unit test coverage report(s)", |
| 58 | + name = "Path to Cobertura reports (coverage)", |
59 | 59 | description = "Relative to projects' root. Ant patterns are accepted", |
60 | 60 | global = false, |
61 | 61 | project = true), |
|
76 | 76 | @Property( |
77 | 77 | key = LizardSensor.REPORT_PATH_KEY, |
78 | 78 | defaultValue = LizardSensor.DEFAULT_REPORT_PATH, |
79 | | - name = "Path to lizard report", |
| 79 | + name = "Path to Lizard report (complexity)", |
80 | 80 | description = "Relative to projects' root.", |
81 | 81 | global = false, |
82 | 82 | project = true), |
83 | 83 | @Property( |
84 | 84 | key = SwiftSurefireSensor.REPORTS_PATH_KEY, |
85 | 85 | defaultValue = SwiftSurefireSensor.DEFAULT_REPORTS_PATH, |
86 | | - name = "Path to surefire junit report", |
| 86 | + name = "Path to surefire JUnit reports (unit tests)", |
87 | 87 | description = "Relative to projects' root.", |
88 | 88 | global = false, |
89 | 89 | project = true), |
90 | 90 |
|
91 | 91 | @Property( |
92 | 92 | key = OCLintSensor.REPORT_PATH_KEY, |
93 | 93 | defaultValue = OCLintSensor.DEFAULT_REPORT_PATH, |
94 | | - name = "Path to oclint pmd formatted report", |
| 94 | + name = "Path to OCLint pmd formatted report", |
95 | 95 | description = "Relative to projects' root.", |
96 | 96 | global = false, |
97 | 97 | project = true), |
98 | 98 | @Property( |
99 | 99 | key = FauxPasSensor.REPORT_PATH_KEY, |
100 | 100 | defaultValue = FauxPasSensor.DEFAULT_REPORT_PATH, |
101 | | - name = "Path to fauxpas json formatted report", |
| 101 | + name = "Path to FauxPas json formatted report", |
102 | 102 | description = "Relative to projects' root.", |
103 | 103 | global = false, |
104 | 104 | project = true) |
|
0 commit comments