disable codecov
This commit is contained in:
parent
617c82f1da
commit
7231be25aa
21
.drone.yml
21
.drone.yml
@ -39,15 +39,16 @@ steps:
|
|||||||
Invoke-UnitTest -Verbosity 'Normal' -ExcludeTag @( 'Integration', 'Disabled') -ErrorAction 'Stop'
|
Invoke-UnitTest -Verbosity 'Normal' -ExcludeTag @( 'Integration', 'Disabled') -ErrorAction 'Stop'
|
||||||
}"
|
}"
|
||||||
|
|
||||||
- name: Coverage
|
# Disable Codecov for self hosted git
|
||||||
image: plugins/codecov
|
#- name: Coverage
|
||||||
settings:
|
# image: plugins/codecov
|
||||||
token:
|
# settings:
|
||||||
from_secret: CodeCovToken
|
# token:
|
||||||
files:
|
# from_secret: CodeCovToken
|
||||||
- coverage.xml
|
# files:
|
||||||
depends_on:
|
# - coverage.xml
|
||||||
- UnitTests
|
# depends_on:
|
||||||
|
# - UnitTests
|
||||||
|
|
||||||
- name: SetPipelineState
|
- name: SetPipelineState
|
||||||
image: mcr.microsoft.com/powershell:lts-7.2-ubuntu-focal
|
image: mcr.microsoft.com/powershell:lts-7.2-ubuntu-focal
|
||||||
@ -60,4 +61,4 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- LintTests
|
- LintTests
|
||||||
- UnitTests
|
- UnitTests
|
||||||
- Coverage
|
#- Coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user