Skip to content

Commit

Permalink
Exclude StringSyntaxAttribute from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jnyrup committed Feb 19, 2022
1 parent 3d0abc1 commit 2d580c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/Build.cs
Expand Up @@ -163,6 +163,7 @@ class Build : NukeBuild
.SetTargetDirectory(RootDirectory / "TestResults" / "reports")
.AddReports(RootDirectory / "TestResults/**/coverage.cobertura.xml")
.AddReportTypes("HtmlInline_AzurePipelines_Dark", "lcov")
.SetClassFilters("-System.Diagnostics.CodeAnalysis.StringSyntaxAttribute")
.SetAssemblyFilters("+FluentAssertions"));
string link = RootDirectory / "TestResults" / "reports" / "index.html";
Expand Down

0 comments on commit 2d580c2

Please sign in to comment.