From 27a71f8848f78141e77038fc2cbd6f05c0208106 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 13 Jul 2022 08:49:40 +0200 Subject: [PATCH] disable codecov --- .drone.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1a9e24e..4967d3d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,15 +39,16 @@ steps: Invoke-UnitTest -Verbosity 'Normal' -ExcludeTag @( 'Integration', 'Disabled') -ErrorAction 'Stop' }" - - name: Coverage - image: plugins/codecov - settings: - token: - from_secret: CodeCovToken - files: - - coverage.xml - depends_on: - - UnitTests + # Disable Codecov for self hosted git + #- name: Coverage + # image: plugins/codecov + # settings: + # token: + # from_secret: CodeCovToken + # files: + # - coverage.xml + # depends_on: + # - UnitTests - name: SetPipelineState image: mcr.microsoft.com/powershell:lts-7.2-ubuntu-focal