Skip to content

Commit 5ca9e68

Browse files
committed
🚧 Tweak more stuff
1 parent b0167eb commit 5ca9e68

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

action/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

action/run.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ export const run = async (): Promise<void> => {
6464
conclusion: "neutral",
6565
output: {
6666
title: `${coverage}% Coverage`,
67-
summary: String.raw`The following is the Typescript Coverage Report for this Pull Request
67+
summary: `The following is the Typescript Coverage Report for this Pull Request
6868
###Indicators
69-
🟥 -> Indcates that the file has failed the type threshold (${threshold}%)
70-
🟩 -> Indcates that the file has passed the type threshold (${threshold}%)
69+
🟥 -> Indicates that the file has failed the type threshold (${threshold}%)
70+
🟩 -> Indicates that the file has passed the type threshold (${threshold}%)
7171
`,
7272
text: markdownReport
7373
}

0 commit comments

Comments
 (0)