split annotations in multiple requests

This commit is contained in:
nicolo.castro 2023-12-20 09:17:05 +01:00
parent 0a5dc1ab75
commit cf7f2a70cf
No known key found for this signature in database
GPG key ID: CD97C9B5EF7D74A8
2 changed files with 31 additions and 4 deletions

View file

@ -2,7 +2,7 @@ import {ellipsis, fixEol} from '../utils/markdown-utils'
import {TestRunResult} from '../test-results'
import {getFirstNonEmptyLine} from '../utils/parse-utils'
type Annotation = {
export type Annotation = {
path: string
start_line: number
end_line: number