diff --git a/.github/workflows/jest-coverage.yaml b/.github/workflows/jest-coverage.yaml index af9ccafa..109b7446 100644 --- a/.github/workflows/jest-coverage.yaml +++ b/.github/workflows/jest-coverage.yaml @@ -11,7 +11,4 @@ on: jobs: coverage: uses: decaf-ts/reusable-actions/.github/workflows/jest-coverage.yaml@master - with: - # mirrors the repo's own jest coverageThreshold (statements), with slack - coverage-threshold: 24 secrets: inherit diff --git a/workdocs/reports/jest.coverage.config.cjs b/workdocs/reports/jest.coverage.config.cjs index 06ea6126..8eb6b000 100644 --- a/workdocs/reports/jest.coverage.config.cjs +++ b/workdocs/reports/jest.coverage.config.cjs @@ -36,10 +36,10 @@ const config = { ], coverageThreshold: { global: { - branches: 4, - functions: 29, - lines: 26, - statements: 26, + branches: 15, + functions: 47, + lines: 51, + statements: 51, }, }, };