Anyone knows the syntax for excluding code from coverage in Teamcity? I am using the ExcludeFromCodeCoverageAttribute on certain methods and want those excluded. It works well in Visual Studio but I don't understand how to get the same behavior in TeamCity. The Field I am trying to configure is located in MsTest -> .Net Coverage -> Attribute Filters: I have tried this:
-:ExcludeFromCodeCoverageAttribute
and this
-:ExcludeFromCodeCoverage
After trying out a few variations this worked:
-:System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute
Make sure you add this filter inside Attribute Filter:
-:System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With