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 e344005 commit ac5c1dfCopy full SHA for ac5c1df
recipe.cake
@@ -19,7 +19,7 @@ BuildParameters.PrintParameters(Context);
19
ToolSettings.SetToolSettings(
20
context: Context,
21
dupFinderExcludePattern: new string[] { BuildParameters.RootDirectoryPath + "/src/Cake.AzureDevOps.Tests/**/*.cs" },
22
- testCoverageFilter: "+[*]* -[xunit.*]* -[Cake.Core]* -[*.Tests]* -[Cake.Testing]* -[Moq]* -[Shouldly]*",
+ testCoverageFilter: "+[*]* -[xunit.*]* -[Cake.Core]* -[*.Tests]* -[Cake.Testing]* -[Moq]* -[Shouldly]* -[DiffEngine]* -[EmptyFiles]*",
23
testCoverageExcludeByAttribute: "*.ExcludeFromCodeCoverage*",
24
testCoverageExcludeByFile: "*/*Designer.cs;*/*.g.cs;*/*.g.i.cs");
25
0 commit comments