Skip to content

Commit

Permalink
fix: add branch and commit types on TestRun and TestSet (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Jun 2, 2023
1 parent 019bbbb commit eec32fe
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,12 @@ paths:
type: string
format: uuid
description: The ID of the test case set to run
source:
branch:
type: string
minLength: 1
maxLength: 255
description: The source code to test
description: The branch that the test run was created from
commit:
type: string
description: The commit that the test run was created from
testResults:
type: array
items:
Expand Down Expand Up @@ -561,6 +562,9 @@ components:
type: string
format: uuid
description: The unique identifier for the test set associated with the test run.
source:
branch:
type: string
description: The branch that the test run was created from
commit:
type: string
description: The source of the test run.
description: The commit that the test run was created from

0 comments on commit eec32fe

Please sign in to comment.