зеркало из https://github.com/github/VisualStudio.git
Adding coverage as an artifact
This commit is contained in:
Родитель
ce017d4c5e
Коммит
29fd7ea033
|
@ -57,6 +57,7 @@ $codecovArgs = "-f $rootDirectory\coverage.xml"
|
|||
Run-Process 600 $opencover $opencoverArgs
|
||||
|
||||
if($AppVeyor) {
|
||||
Push-AppveyorArtifact "$rootDirectory\coverage.xml"
|
||||
Run-Process 60 $codecov $codecovArgs
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче