mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
Remove start_column from annotation
We can't determine end_column
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user