Skip to content

Commit

Permalink
Fixed coverage [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakritzator committed Jan 24, 2017
1 parent 3838c45 commit 685ece5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CreateCoverage.ps1
Expand Up @@ -9,7 +9,7 @@ $output="coverage.xml"
$nugetPackages="$env:USERPROFILE\.nuget\packages"
$opencoverPath = ((gci $nugetPackages\opencover\*\tools | sort-object name)[-1]).Fullname
$xunitrunnerPath = ((gci $nugetPackages\xunit.runner.console\*\tools | sort-object name)[-1]).Fullname
$dotnet=net45
$dotnet="net45"
$openCoverArguments = @("-register:user", "$filter", "-target:$xunitrunnerPath\xunit.console.exe","-targetargs:`"$projectName.Tests\bin\release\$dotnet\$projectName.Tests.dll -noshadow -xml xunit.xml`"","-output:`"$output`"")
Start-Process -wait $opencoverPath\OpenCover.Console.exe -NoNewWindow -ArgumentList $openCoverArguments

Expand Down

0 comments on commit 685ece5

Please sign in to comment.