Hello!
I'm trying to use NCrunch to only run the impacted tests to speed up our continuous integration processes. With the current NCrunch configuration, I'm ensuring that we're only executing tests with the "IsImpacted" trait on them. However, even though zero changes have been made, the majority of the tests still run. I suspect this may be because of some code generation that occurs at build-time but there could be other reasons too. Is there a way to tell what caused a test to be impacted?
Thank you in advance!
Kevin