build: Appveyor dev 分支增加单元测试

This commit is contained in:
Argo Zhang 2020-03-14 14:45:24 +08:00
parent a320208253
commit d42bfba824
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 6 additions and 9 deletions

View File

@ -70,12 +70,9 @@ function reportCodecov() {
} }
} }
$branch = $($env:APPVEYOR_REPO_BRANCH) installDB
if ($branch -ne "dev") { installCoveralls
installDB installCodecov
installCoveralls runUnitTest
installCodecov reportCoveralls
runUnitTest reportCodecov
reportCoveralls
reportCodecov
}