Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuf-erdem committed Jul 25, 2023
1 parent 8cb5b3d commit dc23d7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ async function run(): Promise<void> {
for (const catchpointTest of jsonData) {
commentSummary += `\n`
commentSummary += `### Catchpoint Test Id: ${catchpointTest.testId}`
if (catchpointTest.testId === '0' || catchpointTest.testId === 0) {
commentSummary += ` (Instant Test)`
}
commentSummary += `\n`
commentSummary += '```mermaid'
commentSummary += `\n`
Expand Down

0 comments on commit dc23d7e

Please sign in to comment.