Skip to content

Commit b9e0bd6

Browse files
committed
fixup! Publish code coverage
1 parent c72e5ae commit b9e0bd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ test_script:
124124
-register:user `
125125
-target:$Env:xunit_runner `
126126
"-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll"" /noshadow /appveyor" `
127-
"-filter:+[LibGit2Sharp.*]* -[LibGit2Sharp.Tests.*]*" -output:opencoverCoverage.xml
127+
"-filter:+[LibGit2Sharp.*]* -[LibGit2Sharp.Tests.*]*" `
128+
-hideskipped:All `
129+
-output:opencoverCoverage.xml
128130
}
129131
Else
130132
{

0 commit comments

Comments
 (0)