- ALM used: GitHub
- CI system used: GithubActions
- Scanner command used: SonarSource/sonarcloud-github-action@master
- Languages of the repository: Typescript / NestJS
Hi,
I’ve just setup SonarCloud on a private Typescript/NestJS repository, and it seems to be working fine for pull requests as it’s able to catch issues and analyze code coverage on every PR, it even shows me the repository information for the main branch. However, there is something very odd, for the new code status (last 30 days) it shows 0 issues and no code coverage or code duplication.
At first, I thought that it had to do with code not being modified in the last 30 days, but there were source code changes in that time period.
Weirdly enough, a lot of these source files that changed recently, do have issues on the overall report.
What could be the problem?