Frappe Framework and SonarQube Code Coverage

Hi all,
I am using SonarQube 8.5.1. I haven’t been able to perform test coverage on it with Frappe Framework. I thought Frappe, being a Python Framework(Since SonarQube supports Python), would easily be scanned by SonarQube but it is not.
Can someone please help is there anything I am doing wrong?

Hi,

Welcome to the community!

Your version is past EOL. You should upgrade to either the latest version or the current LTS at your earliest convenience. Your upgrade path is:

8.5 → 8.9.8 → 9.4 (last step optional)

You may find the Upgrade Guide helpful. If you have questions about upgrading, feel free to open a new thread for that here.

Once you’re on a recent version, you’ll find that only Cobertura is natively supported for Python. Your other option is to convert your data into the Generic Test Data format.

 
HTH,
Ann

1 Like

Thank you for you reply, Ann. I would give this a try.