Merge branch 'main' into issue-208-java-junit-show-annotations-on-pr-changed-files

This commit is contained in:
Michal Dorner
2022-11-29 09:41:00 +01:00
4 changed files with 32 additions and 8 deletions

View File

@@ -129,10 +129,12 @@ export class JavaJunitParser implements TestParser {
let filePath
let line
const src = this.exceptionThrowSource(details)
if (src) {
filePath = src.filePath
line = src.line
if (details != null) {
const src = this.exceptionThrowSource(details)
if (src) {
filePath = src.filePath
line = src.line
}
}
return {