diff --git a/src/index.ts b/src/index.ts index 99eedac..3f20cc8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -28,7 +28,7 @@ async function run(): Promise { 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)