This component does not have coverage details

1,382 views
Skip to first unread message

javah...@gmail.com

unread,
Mar 15, 2016, 12:15:05 PM3/15/16
to SonarQube
Hi guys,
I'm getting the "This component does not have coverage details" message in SonarQube 5.4. We use Cobertura that generates both surefire reports and coverage.xml. Running mvn sonar:sonar seems to run well and it uploads the data to the server. 
At first we had some file paths errors for coverage.xml files but those are fixed and files are present in most of our projects

Right now we have the SonarQube runner doing the analysis under TeamCity, and uploading to the Sonar server. However, no coverage information is displayed. Anyone have any ideas ?


mvn sonar:sonar output:

[INFO] Java bytecode scan done: 222 ms
[INFO] Java Test Files AST scan...
[INFO] 24 source files to be analyzed
[INFO] Java Test Files AST scan done: 922 ms
[INFO] 24/24 source files have been analyzed
[INFO] Package design analysis...
[INFO] Package design analysis done: 15 ms
[INFO] Sensor JavaSquidSensor (done) | time=17318ms
[INFO] Sensor Lines Sensor
[INFO] Sensor Lines Sensor (done) | time=13ms
[INFO] Sensor QProfileSensor
[INFO] Sensor QProfileSensor (done) | time=1ms
[INFO] Sensor CoberturaSensor
[WARNING] Cobertura report not found at C:\dev\HoP\HoPCommon\target\site\cobertura\coverage.xml
[INFO] Sensor CoberturaSensor (done) | time=1ms
[INFO] Sensor SurefireSensor
[INFO] parsing C:\dev\HoP\HoPCommon\target\surefire-reports
[ERROR] Reports path not found or is not a directory: C:\dev\HoP\HoPCommon\target\surefire-reports
[INFO] Sensor SurefireSensor (done) | time=1ms
[INFO] Sensor GenericCoverageSensor
[INFO] Parsing C:\dev\HoP\HoPCommon\target\surefire-reports
[WARNING] Cannot find coverage report to parse: C:\dev\HoP\HoPCommon\target\surefire-reports
[INFO] Sensor GenericCoverageSensor (done) | time=1ms
[INFO] Sensor SCM Sensor
[INFO] No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it.
[INFO] Sensor SCM Sensor (done) | time=0ms
[INFO] Sensor Code Colorizer Sensor
[INFO] Sensor Code Colorizer Sensor (done) | time=13ms
[INFO] Sensor CPD Sensor
[INFO] JavaCpdIndexer is used for java
[INFO] Sensor CPD Sensor (done) | time=224ms
[INFO] -------------  Scan regApp6
[INFO] Language is forced to java
[INFO] Excluded sources for coverage:
[INFO]   **/*.nocache.js
[INFO]   **/ports/devcrap/**
[INFO] Base dir: C:\dev\HoP\Domas\RegApp6
[INFO] Working dir: C:\dev\HoP\Domas\RegApp6\target\sonar
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Source encoding: UTF-8, default locale: en_US
[INFO] Index files
[INFO] Included sources:
[INFO]   **/src/main/**
[INFO] Excluded sources:
[INFO]   **/*.nocache.js
[INFO]   **/ports/devcrap/**
[INFO]   **/src/test/**
[INFO] Included tests:
[INFO]   **/src/test/**
[WARNING] Invalid character encountered in file C:\dev\HoP\Domas\RegApp6\src\main\java\se\ports\eppApp\parsers\CheckParser.java at line 131 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
[WARNING] Invalid character encountered in file C:\dev\HoP\Domas\RegApp6\src\main\java\se\ports\eppApp\parsers\quirkParsers\nl\CheckParser.java at line 26 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
[WARNING] Invalid character encountered in file C:\dev\HoP\Domas\RegApp6\src\test\java\registry\IT_Command_test.java at line 300 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
[INFO] 672 files indexed
[INFO] 1 files ignored because of inclusion/exclusion patterns
[INFO] Quality profile for java: Sonar way
[INFO] JaCoCoSensor: JaCoCo report not found : C:\dev\HoP\Domas\RegApp6\target\jacoco.exec
[INFO] JaCoCoItSensor: JaCoCo IT report not found: C:\dev\HoP\Domas\RegApp6\target\jacoco-it.exec
[INFO] Sensor JavaSquidSensor
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization...
[INFO] JavaClasspath initialization done: 44 ms
[INFO] JavaTestClasspath initialization...
[INFO] JavaTestClasspath initialization done: 47 ms
[INFO] Java Main Files AST scan...
[INFO] 551 source files to be analyzed
[INFO] 168/551 files analyzed, current file: C:\dev\HoP\Domas\RegApp6\src\main\java\se\ports\eppApp\command\internal\quirks\ee\DomainCreatePart.java
[INFO] 384/551 files analyzed, current file: C:\dev\HoP\Domas\RegApp6\src\main\java\se\ports\eppApp\command\internal\quirks\tw\CommandPart.java
[INFO] 538/551 files analyzed, current file: C:\dev\HoP\Domas\RegApp6\src\main\java\se\ports\eppApp\parsers\response\regapp7\PollResponse.java
[INFO] Java Main Files AST scan done: 30982 ms
[INFO] 551/551 source files have been analyzed
[INFO] Java bytecode scan...


[INFO] Java bytecode scan done: 238 ms
[INFO] Java Test Files AST scan...
[INFO] 1 source files to be analyzed
[INFO] Java Test Files AST scan done: 48 ms
[INFO] 1/1 source files have been analyzed
[INFO] Package design analysis...
[INFO] Package design analysis done: 1 ms
[INFO] Sensor JavaSquidSensor (done) | time=8792ms
[INFO] Sensor Lines Sensor
[INFO] Sensor Lines Sensor (done) | time=5ms
[INFO] Sensor QProfileSensor
[INFO] Sensor QProfileSensor (done) | time=1ms
[INFO] Sensor CoberturaSensor
[WARNING] Cobertura report not found at C:\dev\HoP\Domas\RegApp7\target\site\cobertura\coverage.xml
[INFO] Sensor CoberturaSensor (done) | time=1ms
[INFO] Sensor SurefireSensor
[INFO] parsing C:\dev\HoP\Domas\RegApp7\target\surefire-reports
[ERROR] Reports path not found or is not a directory: C:\dev\HoP\Domas\RegApp7\target\surefire-reports
[INFO] Sensor SurefireSensor (done) | time=1ms
[INFO] Sensor GenericCoverageSensor
[INFO] Parsing C:\dev\HoP\Domas\RegApp7\target\surefire-reports
[WARNING] Cannot find coverage report to parse: C:\dev\HoP\Domas\RegApp7\target\surefire-reports
[INFO] Sensor GenericCoverageSensor (done) | time=0ms
[INFO] Sensor SCM Sensor
[INFO] No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it.
[INFO] Sensor SCM Sensor (done) | time=1ms
[INFO] Sensor Code Colorizer Sensor
[INFO] Sensor Code Colorizer Sensor (done) | time=12ms
[INFO] Sensor CPD Sensor
[INFO] JavaCpdIndexer is used for java
[INFO] Sensor CPD Sensor (done) | time=65ms
[INFO] -------------  Scan DomasEAR application
[INFO] Language is forced to java
[INFO] Excluded sources for coverage:
[INFO]   **/*.nocache.js
[INFO]   **/ports/devcrap/**
[INFO] Base dir: C:\dev\HoP\DomasBuilder
[INFO] Working dir: C:\dev\HoP\DomasBuilder\target\sonar
[INFO] Source encoding: UTF-8, default locale: en_US
[INFO] Quality profile for java: Sonar way
[INFO] JaCoCoSensor: JaCoCo report not found : C:\dev\HoP\DomasBuilder\target\jacoco.exec
[INFO] JaCoCoItSensor: JaCoCo IT report not found: C:\dev\HoP\DomasBuilder\target\jacoco-it.exec
[INFO] Sensor Lines Sensor
[INFO] Sensor Lines Sensor (done) | time=0ms
[INFO] Sensor GenericCoverageSensor
[INFO] Parsing C:\dev\HoP\DomasBuilder\target\surefire-reports
[WARNING] Cannot find coverage report to parse: C:\dev\HoP\DomasBuilder\target\surefire-reports
[INFO] Sensor GenericCoverageSensor (done) | time=1ms
[INFO] Sensor SCM Sensor
[INFO] No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it.
[INFO] Sensor SCM Sensor (done) | time=0ms
[INFO] Sensor Code Colorizer Sensor
[INFO] Sensor Code Colorizer Sensor (done) | time=0ms
[INFO] Sensor CPD Sensor
[INFO] JavaCpdIndexer is used for java
[INFO] Sensor CPD Sensor (done) | time=0ms
[INFO] Analysis report generated in 9387ms, dir size=5 MB
[INFO] Analysis reports compressed in 2222ms, zip size=3 MB
[INFO] Analysis report uploaded in 501ms
[INFO] ANALYSIS SUCCESSFUL, you can browse http://jon-int-ci01:8082/dashboard/index/se.ports:DomasEAR-meta
[INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] More about the report processing at http://jon-int-ci01:8082/api/ce/task?id=AVN6bVlpO9duDo86Lp13
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:...


SonarQube runner output:

[15:26:46][Step 4/4] 15:26:46.736 INFO - 4258/4478 files analyzed, current file: C:\TeamCity\buildAgent\work\3c3395f29f2a98a6\jmxmonitor\src\main\java\se\ports\jmx\access\JMXMonitorEJB.java
[15:26:56][Step 4/4] 15:26:56.402 INFO - Java Main Files AST scan done: 159670 ms
[15:26:56][Step 4/4] 15:26:56.402 INFO - 4478/4478 source files have been analyzed
[15:26:56][Step 4/4] 15:26:56.403 WARN - Java bytecode has not been made available to the analyzer. The org.sonar.java.bytecode.visitor.DependenciesVisitor@9434d6, org.sonar.java.checks.unused.UnusedPrivateMethodCheck@9d200de are disabled.
[15:26:56][Step 4/4] 15:26:56.403 INFO - Java Test Files AST scan...
[15:26:56][Step 4/4] 15:26:56.403 INFO - 994 source files to be analyzed
[15:27:06][Step 4/4] 15:27:06.403 INFO - 688/994 files analyzed, current file: C:\TeamCity\buildAgent\work\3c3395f29f2a98a6\EntityTests\src\test\java\se\ports\entities\test\integration\queries\mapping\MappingQueries.java
[15:27:11][Step 4/4] 15:27:11.113 INFO - Java Test Files AST scan done: 14710 ms
[15:27:11][Step 4/4] 15:27:11.113 INFO - 994/994 source files have been analyzed
[15:27:11][Step 4/4] 15:27:11.114 INFO - Sensor JavaSquidSensor (done) | time=175087ms
[15:27:11][Step 4/4] 15:27:11.114 INFO - Sensor Lines Sensor
[15:27:11][Step 4/4] 15:27:11.184 INFO - Sensor Lines Sensor (done) | time=70ms
[15:27:11][Step 4/4] 15:27:11.184 INFO - Sensor QProfileSensor
[15:27:11][Step 4/4] 15:27:11.195 INFO - Sensor QProfileSensor (done) | time=11ms
[15:27:11][Step 4/4] 15:27:11.195 INFO - Sensor CoberturaSensor
[15:27:11][Step 4/4] 15:27:11.196 WARN - Cobertura report not found at C:\TeamCity\buildAgent\work\3c3395f29f2a98a6\target\site\cobertura\coverage.xml
[15:27:11][Step 4/4] 15:27:11.196 INFO - Sensor CoberturaSensor (done) | time=1ms
[15:27:11][Step 4/4] 15:27:11.196 INFO - Sensor JavaPropertiesSquidSensor
[15:27:11][Step 4/4] 15:27:11.458 INFO - Sensor JavaPropertiesSquidSensor (done) | time=262ms
[15:27:11][Step 4/4] 15:27:11.458 INFO - Sensor SurefireSensor
[15:27:11][Step 4/4] 15:27:11.458 INFO - parsing C:\TeamCity\buildAgent\work\3c3395f29f2a98a6\target\surefire-reports\**
[15:27:11][Step 4/4] 15:27:11.458 ERROR - Reports path not found or is not a directory: C:\TeamCity\buildAgent\work\3c3395f29f2a98a6\target\surefire-reports\**
[15:27:11][Step 4/4] 15:27:11.458 INFO - Sensor SurefireSensor (done) | time=0ms
[15:27:11][Step 4/4] 15:27:11.458 INFO - Sensor GenericCoverageSensor
[15:27:11][Step 4/4] 15:27:11.492 INFO - Parsing C:\TeamCity\buildAgent\work\3c3395f29f2a98a6\target\site\cobertura\coverage.xml
[15:27:11][Step 4/4] 15:27:11.492 WARN - Cannot find coverage report to parse: C:\TeamCity\buildAgent\work\3c3395f29f2a98a6\target\site\cobertura\coverage.xml
[15:27:11][Step 4/4] 15:27:11.492 INFO - Sensor GenericCoverageSensor (done) | time=34ms
[15:27:11][Step 4/4] 15:27:11.492 INFO - Sensor SCM Sensor
[15:27:11][Step 4/4] 15:27:11.493 INFO - SCM Publisher is disabled
[15:27:11][Step 4/4] 15:27:11.493 INFO - Sensor SCM Sensor (done) | time=1ms
[15:27:11][Step 4/4] 15:27:11.493 INFO - Sensor Code Colorizer Sensor
[15:27:11][Step 4/4] 15:27:11.689 INFO - Sensor Code Colorizer Sensor (done) | time=196ms
[15:27:11][Step 4/4] 15:27:11.689 INFO - Sensor CPD Sensor
[15:27:11][Step 4/4] 15:27:11.689 INFO - JavaCpdIndexer is used for java
[15:27:14][Step 4/4] 15:27:14.061 INFO - DefaultCpdIndexer is used for jproperties
[15:27:14][Step 4/4] 15:27:14.061 INFO - Sensor CPD Sensor (done) | time=2372ms
[15:27:26][Step 4/4] 15:27:26.929 INFO - Analysis report generated in 10200ms, dir size=38 MB
[15:27:35][Step 4/4] 15:27:35.064 INFO - Analysis reports compressed in 8134ms, zip size=18 MB
[15:27:35][Step 4/4] 15:27:35.801 INFO - Analysis report uploaded in 737ms
[15:27:35][Step 4/4] Publishing artifacts (3s)
[15:27:35][Step 4/4] 15:27:35.802 INFO - ANALYSIS SUCCESSFUL, you can browse http://jon-int-ci01:8082/dashboard/index/domas
[15:27:35][Step 4/4] 15:27:35.802 INFO - Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[15:27:35][Step 4/4] 15:27:35.802 INFO - More about the report processing at http://jon-int-ci01:8082/api/ce/task?id=AVN6rMKrO9duDo86Lp2D
[15:27:43][Step 4/4] INFO: ------------------------------------------------------------------------
[15:27:43][Step 4/4] INFO: EXECUTION SUCCESS
[15:27:43][Step 4/4] INFO: ------------------------------------------------------------------------



G. Ann Campbell

unread,
Mar 15, 2016, 12:28:23 PM3/15/16
to SonarQube, javah...@gmail.com
Both sets of output contain "Cobertura report not found" warnings...


Ann

On Tuesday, 15 March 2016 17:15:05 UTC+1:
...

javah...@gmail.com

unread,
Mar 15, 2016, 12:39:25 PM3/15/16
to SonarQube, javah...@gmail.com
Yes, but that's only a couple of the 20 or so projects. 
$ find /c/dev/HoP/ -name coverage.xml
/c/dev/HoP/CurrencyService/target/site/cobertura/coverage.xml
/c/dev/HoP/dibs_module/target/site/cobertura/coverage.xml
/c/dev/HoP/Domas/ApprovalServices/target/site/cobertura/coverage.xml
/c/dev/HoP/Domas/AuthCode/target/site/cobertura/coverage.xml
/c/dev/HoP/Domas/BackgroundServices/target/site/cobertura/coverage.xml
/c/dev/HoP/Domas/Documents/target/site/cobertura/coverage.xml
/c/dev/HoP/Domas/DomasOrderProc/target/site/cobertura/coverage.xml
/c/dev/HoP/Domas/domasui/target/site/cobertura/coverage.xml
/c/dev/HoP/Domas/domasui-backend/target/site/cobertura/coverage.xml
/c/dev/HoP/Domas/Elasticsearch/target/site/cobertura/coverage.xml
/c/dev/HoP/Domas/EmailAssociation/target/site/cobertura/coverage.xml
/c/dev/HoP/Domas/EppPollProcessor/target/site/cobertura/coverage.xml
/c/dev/HoP/Domas/IDGenerator/target/site/cobertura/coverage.xml
/c/dev/HoP/Domas/LegacyDataTransfer/target/site/cobertura/coverage.xml
/c/dev/HoP/Domas/NameAction/target/site/cobertura/coverage.xml
/c/dev/HoP/Domas/TemplateMailer/target/site/cobertura/coverage.xml
/c/dev/HoP/Entities/target/site/cobertura/coverage.xml
/c/dev/HoP/jmxmonitor/target/site/cobertura/coverage.xml
/c/dev/HoP/Rest/PortsRest/target/site/cobertura/coverage.xml
/c/dev/HoP/searchengine/target/site/cobertura/coverage.xml
/c/dev/HoP/visma/target/site/cobertura/coverage.xml
/c/dev/HoP/WhoisClient/target/site/cobertura/coverage.xml
/c/dev/HoP/WhoisServer/target/site/cobertura/coverage.xml

javah...@gmail.com

unread,
Mar 15, 2016, 12:44:20 PM3/15/16
to SonarQube, javah...@gmail.com
This message is related to not finding the "target" dir in the root of the work dir, I guess it's a recursive walking of the work dir  for finding reports. Do I need to set an absolute path to a report file ?

javah...@gmail.com

unread,
Mar 15, 2016, 12:52:22 PM3/15/16
to SonarQube, javah...@gmail.com
And what about JUnit test coverage ? That's not shown either ..
$ find /c/dev/HoP/ -name TEST-TestSuite.xml
/c/dev/HoP/CurrencyService/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/dibs_module/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/ApprovalServices/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/AuthCode/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/Authorization/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/BackgroundServices/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/ContactSync/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/DataAccess/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/Documents/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/DocumentSync/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/DomasOrderProc/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/domasui/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/domasui-backend/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/Elasticsearch/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/EmailAssociation/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/EppPollProcessor/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/ICANNEscrow/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/LegacyDataTransfer/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/LockManager/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/NameAction/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/RegistryAdapters/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Domas/TemplateMailer/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/EntityTests/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/jmxmonitor/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Rest/PortsRest/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/searchengine/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Testing/EnityIntegration/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/Testing/Testutil/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/visma/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/WhoisClient/target/surefire-reports/TEST-TestSuite.xml
/c/dev/HoP/WhoisServer/target/surefire-reports/TEST-TestSuite.xml

 Properties:
14 sonar.permission.template.default NULL default_template NULL
16 sonar.links.scm NULL https://github.com/QpolAB/ NULL
17 sonar.core.serverBaseURL NULL http://jon-int-ci01:8082 NULL
18 email.smtp_host.secured NULL exchange.ports.se NULL
19 email.smtp_port.secured NULL 25 NULL
20 email.from NULL noreply@nowhere NULL
21 email.prefix NULL [SONARQUBE] NULL
22 sonar.lf.enableGravatar NULL true NULL
23 sonar.organisation NULL House of Ports NULL
24 sonar.scm.disabled NULL false NULL
31 sonar.coverage.exclusions NULL **/*.nocache.js,**/ports/devcrap/** NULL
32 sonar.issue.ignore.block NULL 145752644544701 NULL
33 sonar.issue.ignore.block.145752644544701.beginBlockRegexp NULL public enum NULL
34 sonar.exclusions NULL **/*.nocache.js,**/ports/devcrap/** NULL
39 sonar.genericcoverage.unitTestReportPaths NULL target/surefire-reports NULL
59 sonar.genericcoverage.reportPaths 1 target/site/cobertura/coverage.xml,target/cobertura/coverage.xml,target/generated-classes/cobertura/coverage.xml NULL
62 sonar.genericcoverage.unitTestReportPaths 1 target/surefire-reports/ NULL
63 sonar.coverage.exclusions 1 **/ports/devcrap/** NULL
64 sonar.exclusions 1 **/ports/devcrap/** NULL
70 sonar.cobertura.reportPath NULL target/site/cobertura/coverage.xml NULL
71 sonar.junit.reportsPath NULL target/surefire-reports/ NULL
86 sonar.issue.enforce.multicriteria 1 145794945455701 NULL
87 sonar.issue.enforce.multicriteria.145794945455701.ruleKey 1 * NULL
88 sonar.issue.enforce.multicriteria.145794945455701.resourceKey 1 **/target/surefire-reports/** NULL
92 notification.ChangesOnMyIssue.EmailNotificationChannel NULL true 1
93 notification.NewIssues.EmailNotificationChannel NULL true 1
94 notification.NewAlerts.EmailNotificationChannel NULL true 1
95 sonar.scm.disabled 1 true NULL
96 sonar.qualitygate NULL 1 NULL
97 sonar.inclusions NULL **/src/main/** NULL
98 sonar.test.inclusions NULL **/src/test/** NULL
99 sonar.issue.ignore.multicriteria NULL 145797051258201,145797051258202 NULL
100 sonar.issue.ignore.multicriteria.145797051258201.ruleKey NULL * NULL
101 sonar.issue.ignore.multicriteria.145797051258201.resourceKey NULL **/target/surefire-reports/** NULL
102 sonar.issue.ignore.multicriteria.145797051258202.ruleKey NULL * NULL
103 sonar.issue.ignore.multicriteria.145797051258202.resourceKey NULL **/target/cobertura/** NULL
104 sonar.issue.enforce.multicriteria NULL 145797051286301,145797051286302 NULL
105 sonar.issue.enforce.multicriteria.145797051286301.ruleKey NULL * NULL
106 sonar.issue.enforce.multicriteria.145797051286301.resourceKey NULL **/target/surefire-reports/** NULL
107 sonar.issue.enforce.multicriteria.145797051286302.ruleKey NULL * NULL
108 sonar.issue.enforce.multicriteria.145797051286302.resourceKey NULL **/target/cobertura/** NULL
109 sonar.cobertura.reportPath 1 target/site/cobertura/coverage.xml NULL
110 sonar.junit.reportsPath 1 target/surefire-reports/** NULL
120 sonar.github.oauth NULL 44b35c34768f6a1ac1db1162ad2f4e1364f127fb NULL
121 sonar.core.id NULL 20160315105919 NULL
122 sonar.core.version NULL 5.4 NULL
123 sonar.core.startTime NULL 2016-03-15T10:59:19+0100 NULL
126 sonar.junit.reportsPath 7872 target/surefire-reports/ NULL


Den tisdag 15 mars 2016 kl. 17:28:23 UTC+1 skrev G. Ann Campbell:
Reply all
Reply to author
Forward
0 new messages