diff --git a/.github/workflows/publish-commit.yaml b/.github/workflows/publish-commit.yaml index c72b4b4..828e3ce 100644 --- a/.github/workflows/publish-commit.yaml +++ b/.github/workflows/publish-commit.yaml @@ -1,4 +1,4 @@ -name: Publish Any Commit +name: Publish pkg-pr-new on commit on: [push, pull_request] jobs: diff --git a/vitest.config.ts b/vitest.config.ts index e926d1f..e9ac264 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -11,6 +11,12 @@ export default defineConfig({ all: false, provider: "v8", reporter: ["json-summary", "html"], + thresholds: { + statements: 80, + branches: 80, + functions: 80, + lines: 80, + }, }, }, })