Remove testserver codecoverage publishing (#2724)

This commit is contained in:
Wes Haggard 2024-08-02 09:50:49 -07:00 коммит произвёл GitHub
Родитель 124ff9b99c
Коммит dd505de190
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -182,11 +182,6 @@ stages:
- script: npm run check:tree
workingDirectory: $(Build.SourcesDirectory)/packages/autorest.typescript
displayName: "Check git Tree"
- script: |
npm run coverage -- publish --repo=$(Build.Repository.Name) --ref=$(Build.SourceBranch) --githubToken=$(github-token) --azStorageAccount=$(storage-coverage-user) --azStorageAccessKey=$(storage-coverage-pass) --coverageDirectory=$(AUTOREST_TESTSERVER_COVERAGE_DIRECTORY)
workingDirectory: $(Build.SourcesDirectory)/packages/autorest.typescript/node_modules/@microsoft.azure/autorest.testserver
displayName: "Upload Coverage Report"
condition: and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal'))
# We are splitting smoke test validation in buckets to help reduce the overall run time by running each bucket in parallel
- template: smoke-test.yml