Skip to content

Commit

Permalink
🚧 Coveralls Remove EasyCaching.Demo.*
Browse files Browse the repository at this point in the history
  • Loading branch information
catcherwong authored Jan 23, 2018
1 parent 0dadaf3 commit 314203d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ after_test:
nuget install OpenCover -Version 4.6.519 -OutputDirectory tools
tools\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:"dotnet.exe" -targetargs:" test test\EasyCaching.UnitTests\EasyCaching.UnitTests.csproj -c Debug /p:DebugType=full" -register:user -filter:"+[EasyCaching*]* -[EasyCaching*Tests]* -[EasyCaching.Sync*]*" -oldstyle -returntargetcode -output:coverage.xml
tools\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:"dotnet.exe" -targetargs:" test test\EasyCaching.UnitTests\EasyCaching.UnitTests.csproj -c Debug /p:DebugType=full" -register:user -filter:"+[EasyCaching*]* -[EasyCaching*Tests]* -[EasyCaching.Demo.*]* -[EasyCaching.Sync*]*" -oldstyle -returntargetcode -output:coverage.xml
tools\coveralls.net.0.7.0\tools\csmacnz.Coveralls.exe --opencover -i coverage.xml --serviceName appveyor --useRelativePaths
tools\coveralls.net.0.7.0\tools\csmacnz.Coveralls.exe --opencover -i coverage.xml --serviceName appveyor --useRelativePaths

0 comments on commit 314203d

Please sign in to comment.