From d42bfba824503f40b247fcb420b8c140b4e6dff5 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 14 Mar 2020 14:45:24 +0800 Subject: [PATCH] =?UTF-8?q?build:=20Appveyor=20dev=20=E5=88=86=E6=94=AF?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/appveyor/appveyor.test.ps1 | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/scripts/appveyor/appveyor.test.ps1 b/scripts/appveyor/appveyor.test.ps1 index 4bbf89de..64e8a141 100644 --- a/scripts/appveyor/appveyor.test.ps1 +++ b/scripts/appveyor/appveyor.test.ps1 @@ -70,12 +70,9 @@ function reportCodecov() { } } -$branch = $($env:APPVEYOR_REPO_BRANCH) -if ($branch -ne "dev") { - installDB - installCoveralls - installCodecov - runUnitTest - reportCoveralls - reportCodecov -} +installDB +installCoveralls +installCodecov +runUnitTest +reportCoveralls +reportCodecov