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
{{ message }}
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
We use a monorepo (several services in the same git repository/ bitbucket project) and we can have several services changing in a PR. Each one has its own build that generates a sonar report.
We use a monorepo (several services in the same git repository/ bitbucket project) and we can have several services changing in a PR. Each one has its own build that generates a sonar report.
PR example:
service1/src/..../filex.java
service2/src/..../filey.java
service3/src/..../filez.java
service4/src/..../filew.java
I set sonar project base directory as service1 and it worked fine as I can see the issues in the diff.
How can I make it work for the rest of the services?
The text was updated successfully, but these errors were encountered: