Skip to content

add jest coverage threshold #3

add jest coverage threshold

add jest coverage threshold #3

name: Jest Coverage Report
on: [pull_request]
jobs:
jest-coverage-report:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Coverage Report
uses: ArtiomTr/jest-coverage-report-action@v2
with:
test-script: npm run test:ci