build: Appveyor dev 分支增加单元测试
This commit is contained in:
parent
a320208253
commit
d42bfba824
|
@ -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
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue