How can we export "Coverage Exclusions" to a file?

I need export " Coverage Exclusions" to a text file , then read and parse the files , for other application ,
is there an way to do this

Thanks a lot

there is java application, in sonarQube , some classes of the application are excluded from SCAN , how can we get the list , export as text file ?
Thanks

Hi,

We don’t store that as a list. To get a list of excluded files, you’ll need to parse your analysis logs.

 
HTH,
Ann