mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 14:27:10 +01:00
Remove start_column from annotation
We can't determine end_column
This commit is contained in:
parent
fc8cfe0f32
commit
ed138d561e
4 changed files with 1 additions and 7 deletions
|
|
@ -144,7 +144,6 @@ function getAnnotations(junit: JunitReport, workDir: string, trackedFiles: strin
|
|||
annotation_level: 'failure',
|
||||
start_line: src.line,
|
||||
end_line: src.line,
|
||||
start_column: src.column,
|
||||
path: src.file,
|
||||
message: ex,
|
||||
title: 'Exception was thrown here'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue