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 c72e5ae commit b9e0bd6Copy full SHA for b9e0bd6
appveyor.yml
@@ -124,7 +124,9 @@ test_script:
124
-register:user `
125
-target:$Env:xunit_runner `
126
"-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll"" /noshadow /appveyor" `
127
- "-filter:+[LibGit2Sharp.*]* -[LibGit2Sharp.Tests.*]*" -output:opencoverCoverage.xml
+ "-filter:+[LibGit2Sharp.*]* -[LibGit2Sharp.Tests.*]*" `
128
+ -hideskipped:All `
129
+ -output:opencoverCoverage.xml
130
}
131
Else
132
{
0 commit comments