Skip to content

Commit

Permalink
Merge pull request #1017 from dotnet/remove-codecov
Browse files Browse the repository at this point in the history
Remove codecov
  • Loading branch information
Oren Novotny authored Aug 19, 2019
2 parents 6a226be + 62940ef commit a1218d2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 deletions.
14 changes: 0 additions & 14 deletions azure-pipelines.ix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,6 @@ steps:
codeCoverageTool: Cobertura
summaryFileLocation: $(Build.SourcesDirectory)/Ix.NET/Source/coverlet/reports/Cobertura.xml

- task: DotNetCoreCLI@2
inputs:
command: custom
custom: tool
arguments: install --tool-path . Codecov.Tool
displayName: Install Codecov tool
condition: and(succeeded(), not(eq(variables['CODECOV_TOKEN'], '')))

- script: codecov -f $(Build.SourcesDirectory)/Ix.NET/Source/coverlet/reports/Cobertura.xml --flag ixnet
env:
CODECOV_TOKEN: $(CODECOV_TOKEN)
displayName: Upload coverage to Codecov
condition: and(succeeded(), not(eq(variables['CODECOV_TOKEN'], '')))

- task: PowerShell@2
displayName: Authenticode Sign Packages
inputs:
Expand Down
14 changes: 0 additions & 14 deletions azure-pipelines.rx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,6 @@ jobs:
codeCoverageTool: Cobertura
summaryFileLocation: $(Build.SourcesDirectory)/Rx.NET/Source/coverlet/reports/Cobertura.xml

- task: DotNetCoreCLI@2
inputs:
command: custom
custom: tool
arguments: install --tool-path . Codecov.Tool
displayName: Install Codecov tool
condition: and(succeeded(), not(eq(variables['CODECOV_TOKEN'], '')))

- script: codecov -f $(Build.SourcesDirectory)/Rx.NET/Source/coverlet/reports/Cobertura.xml --flag rxnet
env:
CODECOV_TOKEN: $(CODECOV_TOKEN)
displayName: Upload coverage to Codecov
condition: and(succeeded(), not(eq(variables['CODECOV_TOKEN'], '')))

- task: PowerShell@2
displayName: Authenticode Sign Packages
inputs:
Expand Down
18 changes: 0 additions & 18 deletions codecov.yml

This file was deleted.

0 comments on commit a1218d2

Please sign in to comment.