feat: create new Test Results category (#7218)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
Caleb Cartwright
2021-11-05 17:35:40 -05:00
committed by GitHub
parent 002333fb04
commit 6dc8aac451
6 changed files with 6 additions and 7 deletions

View File

@@ -61,8 +61,7 @@ const buildTestResultSummarySchema = Joi.object({
}).required()
export default class AzureDevOpsTests extends AzureDevOpsBase {
static category = 'build'
static category = 'test-results'
static route = {
base: 'azure-devops/tests',
pattern: ':organization/:project/:definitionId/:branch*',