I've been giving the new source-based code coverage a spin (https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/source-based-code-coverage.html) and I'm loving this idea and hope it gets better and better.
One thing I can't find any information about, though, is whether I can skip some parts of code, that is, not consider them as parts of code to cover. In particular, this would be useful to say that I don't care about covering every little bit in my test modules, but obviously it could have a wider use.
Anyone knows whether it's possible? If not, is it perhaps in the works? Any clever ways to hack it? Any information about this would be useful. I tried going through the referenced issues on github, but there's so much there, it's difficult to go through, so if anyone knows this, I would appreciate any info, pointers, or links.
All the best
Michal