mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
split annotations in multiple requests
This commit is contained in:
parent
0a5dc1ab75
commit
cf7f2a70cf
2 changed files with 31 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue