Skip to content

Commit

Permalink
Built
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 6, 2024
1 parent 7bf0499 commit 9036db1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ export async function run(): Promise<void> {
? await testing()
: undefined

const coverageStr: stepResponse | undefined = runCoverage
? await coverage()
: undefined
// const coverageStr: stepResponse | undefined = runCoverage
// ? await coverage()
// : undefined

const commentBody = `## Static Analysis = ${analyzeStr?.output}\n
## Code Formatting = ${runCodeFormattingStr?.output}\n
## Testing = ${testingStr?.output}\n
## Coverage = ${coverageStr?.output}\n`
## Testing = ${testingStr?.output}\n`
// ## Coverage = ${coverageStr?.output}\n`

await octokit.rest.issues.createComment({
issue_number: context.issue.number,
Expand Down

0 comments on commit 9036db1

Please sign in to comment.