Modernize Build Pipeline #48

Merged
OCram85 merged 20 commits from updmeta into master 2020-10-02 15:48:59 +02:00
1 changed files with 7 additions and 2 deletions
Showing only changes of commit d675caa81d - Show all commits

View File

@ -23,5 +23,10 @@ steps:
commands:
- pwsh -NonInteractive -c "& {Import-Module './tools/DroneIO.psm1'; Invoke-InstallDependencies}"
- pwsh -NonInteractive -c "& {Import-Module './tools/DroneIO.psm1'; Invoke-UnitTests}"
- bash curl -s https://codecov.io/bash -o codecov.sh
- bash codecov.sh -f 'coverage.xml'
- name: coverage
image: plugins/codecov
settings:
token:
from_secret: CodeCovToken
files:
- coverage.xml