Skip to content

Commit

Permalink
Merge pull request #83 from sliekens/exclude-codecov
Browse files Browse the repository at this point in the history
Exclude RequiresAssemblyFilesAttribute from code coverage
  • Loading branch information
Sergio0694 authored Oct 28, 2023
2 parents 7e367d3 + 96953b4 commit 2689b7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ namespace System.Diagnostics.CodeAnalysis
global::System.AttributeTargets.Method |
global::System.AttributeTargets.Property,
Inherited = false, AllowMultiple = false)]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
[global::System.Diagnostics.Conditional("MULTI_TARGETING_SUPPORT_ATTRIBUTES")]
internal sealed class RequiresAssemblyFilesAttribute : global::System.Attribute
{
Expand Down

0 comments on commit 2689b7e

Please sign in to comment.