Skip to content

Commit

Permalink
Updated filter to not include FakeItEasy code in coverage for coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Atkinson committed Jul 12, 2017
1 parent 3e15a0f commit 78e39bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ after_test:
- nuget install OpenCover -Version 4.6.519 -OutputDirectory tools
- nuget install coveralls.net -Version 0.7.0 -OutputDirectory tools
- ps: >-
.\tools\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -filter:"+[*]* -[*.Tests]*" -target:"tools\NUnit.ConsoleRunner.3.6.1\tools\nunit3-console.exe" -targetargs:"/domain:single src\Nancy.LeakyBucket.Tests\bin\$env:CONFIGURATION\Nancy.LeakyBucket.Tests.dll" -output:opencoverCoverage.xml
.\tools\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -filter:"+[*]* -[*.Tests]* -[FakeItEasy]*" -target:"tools\NUnit.ConsoleRunner.3.6.1\tools\nunit3-console.exe" -targetargs:"/domain:single src\Nancy.LeakyBucket.Tests\bin\$env:CONFIGURATION\Nancy.LeakyBucket.Tests.dll" -output:opencoverCoverage.xml
$coveralls = (Resolve-Path "tools/coveralls.net.*/tools/csmacnz.coveralls.exe").ToString()
Expand Down

0 comments on commit 78e39bd

Please sign in to comment.