Skip to content

Commit 7f92097

Browse files
committed
🚧 Tweak more stuff
1 parent 684a9a1 commit 7f92097

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const run = async (): Promise<void> => {
6262

6363
const summary = [
6464
"The following is the Typescript Coverage Report for this Pull Request",
65-
"### Indicators",
65+
"## Indicators",
6666
`🟥 -> Indicates that the file has failed the type threshold (${threshold}%)`,
6767
`🟩 -> Indicates that the file has passed the type threshold (${threshold}%)`
6868
];

0 commit comments

Comments
 (0)