Not able to find SonarPython plugin

Hi
I have my coverage.xml and unit test report from pytest being generated on jenkins and i would like to push them to sonarqube for coverage value. I am trying to look for SonarPython plugin in marketplace which can let the sonarqube import and identify python coverage and pytest reports but i am unable to find it. Is there an alternative plugin for python that i should use?. My sonarqube version is 8.4.3 and its a community edition.

Hi,

Welcome to the community!

Python analysis is included out of the box. No need to download/install anything extra; you should be good to go out of the box.

 
HTH,
Ann

Hi Ann

Thanks for confirming on that. I’ll go ahead and try to setup my first python project on sonarqube and see how it goes.