We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04da1e commit 643e1a5Copy full SHA for 643e1a5
README.md
@@ -156,7 +156,7 @@ You can ignore a method or an entire class from code coverage by creating and ap
156
You can also ignore additional attributes by using the `ExcludeByAttribute` property (short name or full name supported):
157
158
```bash
159
-coverlet <ASSEMBLY> --target <TARGET> --targetargs <TARGETARGS> --exclude-by-attributes "Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute"
+coverlet <ASSEMBLY> --target <TARGET> --targetargs <TARGETARGS> --exclude-by-attribute "Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute"
160
```
161
162
##### Source Files
0 commit comments