Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommended way to produce a HTML analysis report #338

Open
sprudel79 opened this issue Nov 18, 2022 · 1 comment
Open

Recommended way to produce a HTML analysis report #338

sprudel79 opened this issue Nov 18, 2022 · 1 comment
Labels
question Further information is requested

Comments

@sprudel79
Copy link

Hi everyone,
thank you for this great project! I am able to produce reports for our Sonarqube Community Edition based .NET projects.
After Sonarqube itself has received the latest information of the recent build I am currently producing the reports manually like this:

java -jar ~/Downloads/sonar-cnes-report-4.1.3.jar -o reports -p <projectName> -s <sonarInstance> -t <token>

which creates nicely the report files into the subfolder "reports". Since I haven't added any other parameters to disable some report formats I get the full set which includes also the analysis reports in both docx and md format.
Since I need a HTML based format I am currently converting the md version with a npm library markdown-styles to HTML where I can also add some styles.
I am wondering what's the actual recommendation to get a HTML output, perhaps this project could even support it natively (and produce a similar output as the docx, which btw. unfortunately lead to not very nice looking HTML when converting it with tools like pandoc).

Thanks in advance for any kind of feedback.

User environment

  • OS: Linux Mint 20.1
  • Project version: 4.1.3
@sprudel79 sprudel79 added the question Further information is requested label Nov 18, 2022
@SurajS-10
Copy link

how can we use a global analysis token to generate a report for that project??
have you tried that??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants