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

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

Open
ygkn opened this issue Sep 9, 2024 · 1 comment
Open

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

ygkn opened this issue Sep 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ygkn
Copy link

ygkn commented Sep 9, 2024

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);

@bokuweb
Copy link
Member

bokuweb commented Sep 10, 2024

@ygkn

Thank you for the request.
Currently, we are considering using reg-actions with private repositories.
By placing the images in the repository and commenting on them, we can use them in private projects.
This is because GitHub Pages can only be set to public unless you have an enterprise account.

However, in the case of a public project, this option could be useful. Thank you for the idea—I will consider it. Of course, pull requests are also welcome.

@bokuweb bokuweb added the enhancement New feature or request label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants