Skip to content

Commit

Permalink
Fixed typo in action report (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seluj78 authored Sep 29, 2023
1 parent 7a9a25c commit c29a2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function run(): Promise<void> {
const passOverall = scorePr(filesCoverage)

if (!passOverall) {
core.setFailed('Coverage is lower then configured threshold 😭')
core.setFailed('Coverage is lower than configured threshold 😭')
}
} catch (error) {
const message = JSON.stringify(error instanceof Error ? error.message : error)
Expand Down

0 comments on commit c29a2aa

Please sign in to comment.