Sonar Scanner is Failing

Sonar scanner action is failed on the PR

INFO: Analysis report generated in 190ms, dir size=269.8 kB
INFO: Analysis report compressed in 53ms, zip size=97.4 kB
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 14.389s

ERROR: Error during SonarScanner execution
INFO: Final Memory: 74M/232M

yml configuration:

  • name: Test with coverage
    run: |
    pip install -r requirements.txt
    pip install pytest
    pip install coverage
    export ENV=“”
    export PYTHONPATH=“:src”
    coverage erase
    coverage run --source=src -m pytest
    coverage report -m
    coverage xml -i

Hey there.

It looks like you didn’t include the full error message or the basic details requested in the topic template.

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)

Can you please provide more details, including the specific error it fails on?