Skip to content

Commit 5be476d

Browse files
committed
🚧 Tweak more stuff
1 parent 0e59aaa commit 5be476d

2 files changed

Lines changed: 5 additions & 6 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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,10 @@ export const run = async (): Promise<void> => {
6464
conclusion: "neutral",
6565
output: {
6666
title: `${coverage}% Coverage`,
67-
summary: `The following is the **Typescript** Coverage Report for this Pull Request
68-
69-
### Indicators
70-
🟥 -> Indicates that the file has failed the type threshold (${threshold}%)
71-
🟩 -> Indicates that the file has passed the type threshold (${threshold}%)
67+
summary: `The following is the Typescript Coverage Report for this Pull Request
68+
**Indicators**
69+
🟥 -> Indicates that the file has failed the type threshold (\`${threshold}%\`)
70+
🟩 -> Indicates that the file has passed the type threshold (\`${threshold}%\`)
7271
`,
7372
text: markdownReport
7473
}

0 commit comments

Comments
 (0)