You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
branch
input (or other branch set by input)custom-report-page
input as GitHub Pages URLI think it can be done by copying not only images but also report.html.
reg-actions/src/push.ts
Line 229 in a3de932
The text was updated successfully, but these errors were encountered: