mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +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
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
|
|
@ -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'
|
||||
|
|
|
|||
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue