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 2 additions and 1 deletions
Showing only changes of commit 611468f6d0 - Show all commits

View File

@ -23,4 +23,5 @@ 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)
- bash curl -s https://codecov.io/bash -o codecov.sh
- bash codecov.sh -f 'coverage.xml'