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

@@ -24,7 +24,7 @@ const schema = Joi.array()
// Project is generally a repository
// Space is a container, often a branch
export default class TestspaceBase extends BaseJsonService {
static category = 'build'
static category = 'test-results'
static defaultBadgeData = { label: 'tests' }
async fetch({ org, project, space }) {