Hello,
during my sonarqube analyse, i generate some static files (a html file, a d3.js file and an data.json file)
The html file shows the code coverage of my analyses with all the branches (fully tested, partly or not at all)
How can i serve that static content directly from sonarqube server?
I am trying to avoid to build a dedicated web server just for serving that static content
Thanks in advance for helping
Regards,