Hi! been trying for couple of days to ignore the test files for my coverage metric but can’t figure it out. I’ve tried the following:
- Add sonar.coverage.exclusions Check coverage by argaen · Pull Request #895 · maffin-io/maffin-app · GitHub
- Add the test folder as sonar.exclusions or sonar.tests Add tests scope by argaen · Pull Request #874 · maffin-io/maffin-app · GitHub
but the coverage still shows 37% because it takes test files into account. This is what I currently have on master but still to no avail: maffin-app/.github/workflows/frontend-ci.yml at master · maffin-io/maffin-app · GitHub
any ideas on how to fix this? This is the project overview SonarCloud
Thanks in advance!