Skip to content

Commit b0167eb

Browse files
committed
🚧 Tweak more stuff
1 parent b20aaaa commit b0167eb

2 files changed

Lines changed: 4 additions & 3 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ export const run = async (): Promise<void> => {
6565
output: {
6666
title: `${coverage}% Coverage`,
6767
summary: String.raw`The following is the Typescript Coverage Report for this Pull Request
68-
### Indicators
69-
🟥 -> Indcates that the file has failed the type threshold (90%)
68+
###Indicators
69+
🟥 -> Indcates that the file has failed the type threshold (${threshold}%)
70+
🟩 -> Indcates that the file has passed the type threshold (${threshold}%)
7071
`,
7172
text: markdownReport
7273
}

0 commit comments

Comments
 (0)