Error analysis ID "AXqubtAPSgsSOK8xEmk1"

Hello :slight_smile:

We don’t have sonarcloud analysis since july 2nd.
Can someone help me please ?

  • ALM used : GitHub
  • CI system used : SonarCloud
  • Languages of the repository : PHP
  • Error observed (wrap logs/code around with triple quotes ``` for proper formatting) : no more analysis
  • Steps to reproduce
  • Potential workaround

Hello @yoann,

and welcome to the community.

From what I can see from your autoscan log, you are trying to import .codecov.yml as a coverage report.

INFO: Analyzing PHPUnit coverage report: .codecov.yml

We currently only support PHPUnit coverage reports which are in XML format. The coverage reports can be passed via the property sonar.php.coverage.reportPaths.

Currently the analyzer is instructed to crash if a coverage file cannot be read to indicate this error. But we will discuss to change this behavior if necessary.

I hope with this information you can start a working scan.

Best,
Nils

1 Like