From 62940efdb54e8579e6145634b41ba94acb4f2508 Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Mon, 19 Aug 2019 08:30:06 -0400 Subject: [PATCH] Remove codecov --- azure-pipelines.ix.yml | 14 -------------- azure-pipelines.rx.yml | 14 -------------- codecov.yml | 18 ------------------ 3 files changed, 46 deletions(-) delete mode 100644 codecov.yml diff --git a/azure-pipelines.ix.yml b/azure-pipelines.ix.yml index fcdb79dffb..7d26fa46b8 100644 --- a/azure-pipelines.ix.yml +++ b/azure-pipelines.ix.yml @@ -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: diff --git a/azure-pipelines.rx.yml b/azure-pipelines.rx.yml index d12343296d..e5d7e504b7 100644 --- a/azure-pipelines.rx.yml +++ b/azure-pipelines.rx.yml @@ -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: diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index eb6ccb3abb..0000000000 --- a/codecov.yml +++ /dev/null @@ -1,18 +0,0 @@ -coverage: - status: - project: - default: off - ixnet: - flags: ixnet - rxnet: - flags: rxnet - -flags: - ixnet: - paths: Ix.NET/Source/ - rxnet: - paths: Rx.NET/Source/src/ - -codecov: - ci: - - dev.azure.com \ No newline at end of file