so i'm definitely having some trouble figuring out the right syntax here. if i get the exclusion right, then technically Scope should show no value in my test coverage, right? cause right now it keeps getting included no matter what regex i use, locally or otherwise - it computes to being tested to 0 (which is expected for that class)
Nikhil R
06/14/2023, 11:01 PM
follow up qn: if i Include a "scope" class as part of a list of default includes, and then use 'exclude' to exclude the scope class, will that work or will it retain all the includes by default? which means i might just have to filter out the includes to begin with