Condering this as warning, we tried to run pieplie again but its failed with code smell error. Upon checking further, the code smell error suggest to add a new condition
SpringBootTest
class DockerSpringBootApplicationTests {
Test
void contextLoads() {
Add at least one assertion to this test case.
}
}
If i use default Quality Gate Conditions (Sonar Way) then all Conditions Passed.
The main goal is to add custom quality gates conditions instead of Default Conditions.
If i remove default conditions from my custom Quality Gates then the Portal dosen’t allow me to save my own custom Quality Gate,
Condering this as warning, we tried to run pieplie again but its failed with code smell error. Upon checking further, the code smell error suggest to add a new condition
SpringBootTest
class DockerSpringBootApplicationTests {
Test
void contextLoads() {
Add at least one assertion to this test case.
}
}
If i use default Quality Gate Conditions (Sonar Way) then all Conditions Passed.
The main goal is to add custom quality gates conditions instead of Default Conditions.
If i remove default conditions from my custom Quality Gates then the Portal dosen’t allow me to save my own custom Quality Gate,
I am using sonarqube version ->9.9.4.87374
Kindly provde assistance in resolving this issue ?
I’ve moved your new thread into this one because you’ve created a new thread which is largely identical to your last post in this thread. We try to keep it to one topic per thread, otherwise it gets messy, fast. The corollary to that is one thread per topic.
Please don’t post the same thing in multiple places.
And BTW, what your screenshot shows is - again - an informational message, not even a warning.