Moerwald
Moerwald

Reputation: 11254

Opencover: Include namespace/DLL for coverage analysis

I've googled around and read some of the stackoverflow questions, but didn't find a hint for my problem. I've a lot of third party DLLs. Since it is painfull to exclude every third party DLL by hand, it would be easier to include specific DLLs or namespaces. Does anyone know if this is possible with opencover out of the box?

Thx

Upvotes: 0

Views: 241

Answers (1)

Moerwald
Moerwald

Reputation: 11254

Already found it (it was stated in docu, see this link). You can use the + at the filter parameter to specify explicit includes.

Upvotes: 1

Related Questions