Migrates to Pester5+ tests #59

Merged
OCram85 merged 47 commits from Pester5 into master 2022-07-14 13:37:13 +02:00
1 changed files with 11 additions and 10 deletions
Showing only changes of commit 7231be25aa - Show all commits

View File

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