My solution is set up with projects called \"ProjectName\" with \"ProjectName\".Tests containing my unit tests. I\'d like to exclude the test projects from the code coverage
There is a connection with the period issue as it was mentioned here. If you change the exclude section to this
.*tests.dll .*Tests.dll
or this
.*\.tests\..* .*\.Tests\..*
it'll work