which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) : sonarqube-9.2.4.50792 using the sonar-scanner-cli-4.6.2.2472-windows
what are you trying to achieve - we are trying to build an approach for code coverage and test execution for webmethods flow services
The logs show this only but some how test execution xmls is not read any suggestions will be appreciated .
INFO: Sensor Generic Test Executions Report
INFO: Parsing C:\T\CodeCoverDemo\testExecutions.xml
INFO: Imported test execution data for 0 files
INFO: Test execution data ignored for 1 unknown files, including:
C:\T\CodeCoverDemo\DemoForCodeCoverage\ns\DemoForCodeCoverage\services\node.idf
INFO: Sensor Generic Test Executions Report (done) | time=18ms
INFO: ------------- Run sensors on project
INFO: Sensor Generic Coverage Report
INFO: Parsing C:\T\CodeCoverDemo\codeCoverage.xml
INFO: Imported coverage data for 3 files
which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension): strong textsonarqube-9.2.4.50792 sonar-scanner-cli-4.6.2.2472-windows
what are you trying to achieve : read generic Generic Execution data into sonar
what have you tried so far to achieve this **Tried to give the file as per example didnt work **
can someone suggest what exactly we need to pass in path actual working example of what needs to be passed it it test execution file if so what is the extension of the file or format of the file
Tried all combinations as per help document [Preformatted text](https://docs.sonarqube.org/latest/analysis/generic-test/#header-2)
Details on Sonar scanner logs
INFO: Sensor Generic Test Executions Report
INFO: Parsing C:\Location\testExecutions.xml
INFO: Imported test execution data for 0 files
INFO: Test execution data ignored for 1 unknown files, including:
T/CodeCoverDemo/sampleflow.xml
INFO: Sensor Generic Test Executions Report (done) | time=38ms
INFO: ------------- Run sensors on project
Thanks i was able to resolve the issue sonar just looks for a file for generic test execution so i was able to parse the results on sonar will share detailed blog on it soon