Remove start_column from annotation

We can't determine end_column
This commit is contained in:
Michal Dorner 2020-11-28 22:13:19 +01:00
parent fc8cfe0f32
commit ed138d561e
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
4 changed files with 1 additions and 7 deletions

1
dist/index.js generated vendored
View file

@ -222,7 +222,6 @@ function getAnnotations(junit, workDir, trackedFiles) {
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'