Code coverage exclusions don't work for 6.7.x+ with C# projects

Hi Aleksandr,

I suggest double-checking this blog post which introduces some important changes/improvements in coverage handling in 6.x.

You likely need to pursue that effort. Understand which filepaths are handled during analysis time, and make sure that the exclusions you set are aligned with these filepaths.