When you run Qodana with the --save-report
option, it stores an HTML version of the report in /data/results/report
. This directory is typically mounted via Docker to let you view the HTML report later, independently of running Qodana. Due to JavaScript security restrictions, you cannot browse the HTML report by double-clicking the index.html
file. Instead, the HTML report needs to be served via a web server, and you can run the Dockerized version of nginx, or invoke the Python or PHP built-in web servers as shown below.
After running Qodana, navigate to the report
folder and make sure that the index.html
file is present there.
Serve the report using the web server of your choice: