From 69b52bc76189fe3b14deacbaff62c01f0948952c Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 2 Oct 2020 15:29:29 +0200 Subject: [PATCH] switch to drone.io (SkipLint) --- .travis.yml => _.travis.yml | 0 tools/AppVeyor.psm1 | 14 -------------- 2 files changed, 14 deletions(-) rename .travis.yml => _.travis.yml (100%) diff --git a/.travis.yml b/_.travis.yml similarity index 100% rename from .travis.yml rename to _.travis.yml diff --git a/tools/AppVeyor.psm1 b/tools/AppVeyor.psm1 index 26d8b38..3ea9c45 100644 --- a/tools/AppVeyor.psm1 +++ b/tools/AppVeyor.psm1 @@ -202,20 +202,6 @@ Function Invoke-CoverageReport() { } -Function Invoke-CodeCove() { - [CmdletBinding()] - Param() - - $env:PATH = 'C:\msys64\usr\bin;' + $env:PATH - Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile 'codecov.sh' -ErrorAction 'Stop' - if (Test-Path -Path 'coverage.xml') { - Invoke-Expression "bash codecov.sh -f 'coverage.xml' -t $Env:CodeCovToken" 2>&1 - } - else { - Write-Error -Message 'Could not find pester coverage report!' -ErrorAction 'Stop' - } -} - Function Invoke-AppVeyorPSGallery() { [CmdletBinding()] Param(