Skip to content

Commit 3f6d258

Browse files
committed
Improve headers within "Integration with supporting tools"
1 parent c7c3942 commit 3f6d258

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

proposals/testing/0013-issue-severity-warning.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ For more details on `Issue`, refer to the [Issue Documentation](https://develope
153153

154154
This revision aims to clarify the functionality and usage of the `Severity` enum and `Issue` properties while maintaining consistency with the existing Swift API standards.
155155

156-
### Integration with supporting tools
156+
## Integration with supporting tools
157+
158+
### Event stream
157159

158160
Issue severity will be in the event stream output when a `issueRecorded` event occurs. This will be a breaking change because some tools may assume that all `issueRecorded` events are failing. Due to this we will be bumping the event stream version and v1 will maintain it's behavior and not output any events for non failing issues. We will also be adding `isFailure` to the issue so that clients will know if the issue should be treated as a failure. `isFailure` is a computed property.
159161

0 commit comments

Comments
 (0)