We’re using SonarQube (Enterprise) server on version 8.6.0.39681.
I’ve got some test files in a project that’s structured as such:
\projectname\tests\unit\test_filename.py
I set the “Test File Exclusions” property for that project to: **/tests/**
. Edit: Ok, oddly enough the website is removing the two asterisks before and after the slashes, but it should read “xx/tests/xx” if the x=asterisks.
(Ann’s edit: I’ve added code formatting so the pattern appears as it should)
But when I rerun the build, it still analyzes the test files in that folder. Am I doing something wrong?