Skip to content

Commit 8dbf90c

Browse files
authored
add notice title (#32)
1 parent b1ff187 commit 8dbf90c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

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

src/messagePr.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ export function messagePr(filesCover: FilesCoverage): void {
113113
core.endGroup()
114114

115115
if (passOverall) {
116-
core.notice(message)
116+
core.notice(message, {title: 'Python Cov ✅'})
117117
} else {
118-
core.warning(message)
118+
core.warning(message, {title: 'Python Cov ❌'})
119119
core.setFailed('Coverage is lower then configured threshold 😭')
120120
}
121121
}

0 commit comments

Comments
 (0)