Skip to content

Commit

Permalink
delete cover filter workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
lvermeulen committed Aug 2, 2016
1 parent d3a03bc commit ae37b4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/cover.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
Write-Output "Starting code coverage with filter: $CoverFilter"

$alwaysFilter = "-[xunit*]* -[Microsoft*]* -[dotnet*]* -[NuGet*]* -[Newtonsoft*]* -[Consul*]* -[Nancy*]* -[AngleSharp]* -[csc]* -[Anonymously*]*"
#$actualFilter = "+[Flurl.Http.Xml*]* -[*]*.Logging.* -[*Tests]*" # while appveyor doesn't correctly give the entire filter string in environment, use this actual filter
#Write-Output "Actually using filter: $actualFilter"
#$filter = "$actualFilter $alwaysFilter"
$filter = "$CoverFilter $alwaysFilter"

$packagesPath = $env:USERPROFILE + "\.nuget\packages"
Expand Down

0 comments on commit ae37b4f

Please sign in to comment.