Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
remove coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
j2ghz committed Jul 26, 2018
1 parent fbed9a3 commit 3d89f62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ configuration: Release
install:
- choco install gitversion.portable -pre -y
- choco install codecov
- dotnet tool install -g coveralls.net

before_build:
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
Expand All @@ -22,7 +21,6 @@ artifacts:
test_script:
- cmd: dotnet test "src\ModSink.Common.Tests\ModSink.Common.Tests.csproj" --configuration Release --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
- cmd: codecov -f "src\ModSink.Common.Tests\coverage.opencover.xml" -t 78e056d7-ce59-4f6d-b177-85fa3501d898
- cmd: csmacnz.coveralls --opencover -i "src\ModSink.Common.Tests\coverage.opencover.xml" --repoToken $env:COVERALLS_REPO_TOKEN --commitId $env:APPVEYOR_REPO_COMMIT --commitBranch $env:APPVEYOR_REPO_BRANCH --commitAuthor $env:APPVEYOR_REPO_COMMIT_AUTHOR --commitEmail $env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL --commitMessage $env:APPVEYOR_REPO_COMMIT_MESSAGE --jobId $env:APPVEYOR_JOB_ID

deploy:
- provider: GitHub
Expand Down

0 comments on commit 3d89f62

Please sign in to comment.