**Describe the bug** From https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/GlobalTool.md > You can also ignore additional attributes by using the ExcludeByAttribute property (short name or full name supported): **To Reproduce** Create a custom attribute, apply it at any level. Supply fully qualified through one of the drivers **Expected behavior** Is it excluded **Actual behavior** Is not excluded **Additional context** https://github.com/coverlet-coverage/coverlet/blob/a0bd87d70f899d955891956ce4173e8bf31c16b0/src/coverlet.core/Instrumentation/Instrumenter.cs#L775 None of the Instrumenter tests supply the attributesToIgnore as fully qualified e.g https://github.com/coverlet-coverage/coverlet/blob/a0bd87d70f899d955891956ce4173e8bf31c16b0/test/coverlet.core.tests/Instrumentation/InstrumenterTests.cs#L150