//ea attribute

//ea attribute

NCover 1.5.4:

I want to exclude [nUnit] test fixtures from the coverage metric. I do as follows

ncover.console.exe [blah-blah-blah] //ea TestFixture;TestFixtureAttribute;NUnit.Framework.TestFixtureAttribute

tests are still included. Any ideas?