Template for a good new topic, formatted with Markdown:
- ALM used GitHub
- CI system used Jenkins
- Languages of the repository Java
How to set 2 folders as sonar test folders? In our project, we have different types of tests and we would like to add those as part of our sonarcloud.
ProjectRoot
----src
-------main
-------test
-------IntegrationTest
At present sonar is validating main
& test
, we want to add integrationTest
as well, can someone help with this
Thanks,
Jay