SonarQube Version: 9.1.0.47736
SonarScanner 4.6.2.2472
Python 3.6.9
-
what are you trying to achieve?
Sonarqube scans get stuck at “Sensor Cobertura Sensor for Python coverage [python]” -
what have you tried so far to achieve this
-
converted coverage.dat file to coverage.xml files using lcov_cobertura(GitHub - eriwen/lcov-to-cobertura-xml: Converts lcov output to Cobertura-compatible XML for CI). Added relative/direct path to the coverage report, but it did not help.
-
Tried disabling the cobertura scan by
sonar.cobertura.skip=true
andcobertura.skip=true
. No luck.
In the debug logs, it gets stuck at Using pattern ‘/<report_path>/coverage.xml’ to find reports.
Kindly Advise.