I’m new at DevOps and working in a startup company, So me my bosses don’t know much about SonarQube and DevOps. The problem is We don’t use any unit test or another test case. After process coverage is %0 (as is expected) but in report there is no accurate duplication and static analysis report.
SonarQube Runs in local network (in linux server) and entegrated in Jenkins. There is no problem in system.
Example: I have 4 functions, all of them get two int parameters and returns sum of them, only the names are different (sum1, sum2, …) but I can’t see any duplicaitons in sonarqube.
There is no problem other issues like Maintainability issues, and don’t know about tets issues, should I add coverage reports like gcov reports to SonqrQube for Static Analysis, or can I use SonqrQube for static analysis without any test.