We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a1b365 + 82f3aab commit ce6c3cdCopy full SHA for ce6c3cd
1 file changed
build/opencover-report.ps1
@@ -110,6 +110,7 @@ If ($AppVeyor) {
110
111
&$opencover_console `
112
-register:user `
113
+ -threshold:1 -oldStyle `
114
-returntargetcode `
115
-hideskipped:All `
116
-filter:"+[StyleCop*]*" `
@@ -127,6 +128,7 @@ If ($AppVeyor -and -not $?) {
127
128
129
130
131
132
133
134
0 commit comments