I want to display multiple reports in one pull request or merge request
See original GitHub issueI 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?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Getting started with merge requests - GitLab Docs
Create a new branch and a draft merge request in one action. The branch is named issuenumber-title by default, but you can choose...
Read more >GIT - Pull Request & Merging - YouTube
Learn how to manage branches of your codebase. We will walk through creating a feature branch and submitting a pull request to the...
Read more >Pull request vs Merge request - git - Stack Overflow
Merge or pull requests are created in a git management application and ask an assigned person to merge two branches. Tools such as...
Read more >Pull Request vs. Merge Request - Stiltsoft
Pull Request in Bitbucket and GitHub or Merge Request in GitLab are the features made for more convenient code review. These features are ......
Read more >Merge a pull request | Bitbucket Cloud - Atlassian Support
When the desired number of reviewers have approved a pull request, you can merge the pull request if you have write (or admin)...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub 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
project.name
property will be used from:@Quramy Same request here. I’m currently using reg-suit for iOS application products. I have plans to develop multiple applications in mono-repo in the future and it would be useful to be able to display a separate report for each, IMO. I think to do that, in addition to the way you mention above, you’d need to be able to configure
actualDir
on a per-project basis.