Skip to content

Commit

Permalink
Dont run coveralls in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tynor88 committed Jan 2, 2016
1 parent f6618a5 commit 3217eb2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions appveyor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ build:
verbosity: minimal
test:
assemblies: '**\*.Test.dll'
after_test:
- cmd: >-
mkdir reports
packages\OpenCover.4.6.166\tools\OpenCover.Console.exe -mergeoutput -register:user -excludebyattribute:*.ExcludeFromCodeCoverage*^ -target:"packages\NUnit.Console.3.0.1\tools\nunit3-console.exe" "-targetargs:\"Tests\Topshelf.FileSystemWatcher.Test\bin\Release\Topshelf.FileSystemWatcher.Test.dll\" \"Tests\Topshelf.SimpleInjector.Quartz.Test\bin\Release\Topshelf.SimpleInjector.Quartz.Test.dll\" \"Tests\Topshelf.SimpleInjector.Test\bin\Release\Topshelf.SimpleInjector.Test.dll\"" -filter:"+[*]Topshelf.SimpleInjector.* +[*]Topshelf.FileSystemWatcher.* -[*.Test]*" -output:"reports\OpenCoverCoverage.xml"
packages\coveralls.net.0.6.0\tools\csmacnz.Coveralls.exe --opencover -i reports\OpenCoverCoverage.xml --repoToken %COVERALLS_REPO_TOKEN% --commitBranch %APPVEYOR_REPO_BRANCH%
artifacts:
- path: '*.nupkg'
deploy:
Expand Down

0 comments on commit 3217eb2

Please sign in to comment.