We are currently having a huge repo, more than 300k lines and we do two types of scans:
During PR build, we build a subset of projects and run a subset of tests
Once a day we build almost all projects and run all tests.
The PR build is slow and I am thinking of extracting some projects as nuget packages which will decrease the build time. My question is, if less code is built under the scanner will that impact coverage? We only care about new code coverage, so I am thinking we should be good.