Skip to content

[Feature request] Upload report.html to GitHub Pages #152

Open
@ygkn

Description

Problem

At large projects, HTML-format reports provided by reg-cli is more readable than one made as comment by reg-actions.

Currently, in order to upload HTML-format reports to GitHub Pages, we need to commit and push report files to a branch on our own (like this workflow file).

Request

  • Add option to push HTML-format report to the branch set by branch input (or other branch set by input)
  • Set custom-report-page input as GitHub Pages URL

I think it can be done by copying not only images but also report.html.

await copyImages(input.result, REPO_TEMP, destDir);

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions