I am running a azure devops pipeline with sonar cloud and I wanted to exclude selenium folder from sonar cloud with following: sonar.exclusions=NWP.Selenium/**
It was not included in coverage but it was not fully excluded
Does anybody know a way how to fully exclude it ?