Skip to content

Add optional variable `REPORT_FORMAT` to generate an HTML report file

Vicken Simonian requested to merge vicken.papaya/codequality:html into master

What does this MR do?

This MR adds an optional variable REPORT_HTML to generate an HTML report file.

Also this accompanying MR propogates the variable to the template's docker command.

gitlab-org/gitlab!42781 (merged)

Why is this better than the current way?

An HTML report is a much better artifact than a JSON report for publishing to a repository's GitLab Pages.

Are there any open issues relevant to this change?

#10 (closed)

Checklist

  • CI is passing
  • There is a new CHANGELOG entry under master (unreleased) that includes a link to this merge request
  • The VERSION file is not modified
Edited by Vicken Simonian

Merge request reports