Browse Source

Remove codecov

Oren Novotny 6 years ago
parent
commit
62940efdb5
3 changed files with 0 additions and 46 deletions
  1. 0 14
      azure-pipelines.ix.yml
  2. 0 14
      azure-pipelines.rx.yml
  3. 0 18
      codecov.yml

+ 0 - 14
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:

+ 0 - 14
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:

+ 0 - 18
codecov.yml

@@ -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