I am trying to exclude the files from code coverage to increase the percentage. Scala2 supports this by using the properties coverageExcludedFiles but scala3 doesn't supports this. Is there any alternative solution to exclude the files.
Tried by adding $coverage-off$ and $coverage-on$ for blocks of code which is not working.