Skip to content

Commit

Permalink
changes: initial line report
Browse files Browse the repository at this point in the history
  • Loading branch information
hugofpaiva committed May 28, 2023
1 parent 8361567 commit 7b4fe6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17431,7 +17431,7 @@ async function createCommitPRCommentLineSuspiciousnessThreshold(authToken, sflRa
}
}
else {
body += '⚠️ **GZoltar localized possible bugs** ⚠️';
body += '⚠️ **GZoltar fault localization report** ⚠️';
core.debug(`Processing Line Suspiciousness by Algorithm...`);
body +=
'<details>\n<summary>Line Suspiciousness by Algorithm</summary>\n\n';
Expand Down
2 changes: 1 addition & 1 deletion src/githubActionsHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export async function createCommitPRCommentLineSuspiciousnessThreshold(
body += '**Based on the action inputs, GZoltar has nothing to report**'
}
} else {
body += '⚠️ **GZoltar localized possible bugs** ⚠️'
body += '⚠️ **GZoltar fault localization report** ⚠️'

core.debug(`Processing Line Suspiciousness by Algorithm...`)
body +=
Expand Down

0 comments on commit 7b4fe6b

Please sign in to comment.