Skip to content

Commit

Permalink
Added SkipAutoProps to OpenCover coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Oct 26, 2016
1 parent 930450e commit 3445dc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .build/testing.cake
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public static class UnitTesting
{
ReturnTargetCodeOffset = 0,
MergeOutput = true,
OldStyle = true
OldStyle = true,
SkipAutoProps = true
}
.WithFilter("+[*]* -[*Tests]*")
);
Expand Down

0 comments on commit 3445dc2

Please sign in to comment.