Hello Everyone!!
Im trying to integrate sonarQube in TeamCity using reports generated by dotCover in .Net Application.
However, I created a pipeline in TeamCity with these follow steps.:
- Sonar Begin
- Build
- Run Tests
- Sonar End
The report is generated but the coverage don’t appear in sonarQube.
Im using this parameter in sonar-begin.: sonar.cs.dotcover.reportsPaths to appoint to report…
All data appears in sonarQube, except coverage.
Has anyone had this problem? Would you help me?
Thanks a lot.