-
Notifications
You must be signed in to change notification settings - Fork 100
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
I want to display multiple reports in one pull request or merge request #165
Comments
Hi. We're interested in your use case. Perhaps this is not just gitlab plugin's issue. I think we should introduce something like "project name" into reg-suit in order to use reg-suit with mono-repo. For example:,
And the
|
@Quramy |
@Quramy same use case here, having this project name setting would be amazing. We don't even need this custom directory inside S3, we could use different buckets for each service inside the monorepo. However, the COMMENT_MARK is crucial. Being able to create a new github check would be nice as well, at the moment only one is displayed. Do you accept PRs? |
For a workaround, we can refer to Chromatic; Chromatic provides the following two options for the monorepo use cases.
These can also be applied to reg-suit.
|
@Quramy any news about a solution to run inside monorepos? We're really interested to run reg-suit in our projects! |
I too hope to take advantage of this use case. |
I want to display multiple reports in one pull request or merge request.
This is because a single repository manages multiple microservices.
When a
reg-suit run
is run for each microservice, the report on the merge request is overwritten.https://github.com/reg-viz/reg-suit/blob/master/packages/reg-notify-gitlab-plugin/src/use-cases.ts#L13
If I can set the COMMENT_MARK value arbitrarily, I can solve this problem.
Is there a plan to fix it?
The text was updated successfully, but these errors were encountered: