We have written a custom pytest script which runs as a job in databricks cluster and collect the tes

We have written a custom pytest script which runs as a job in databricks cluster and performs the test.
could you please suggest how sonarQube coverage feature can be implemented for this scenario.

we are using azure devops for sonar prepare, analyze and publish.

Hi,

Welcome to the community!

I’m not confident I understand what you’re asking, so I’ll simply address what stands out to me.

Ideally, your tests will be run in the same file system analysis is run in. You might be able to get away with it if your coverage report has relative file paths, but it’s not ideal.

 
HTH,
Ann