Skip to content

add jest coverage threshold #7

add jest coverage threshold

add jest coverage threshold #7

name: Jest Coverage Report
on: [pull_request]
jobs:
jest-coverage-report:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
# - name: Use Node.js
# uses: actions/setup-node@v3
# with:
# node-version: '20.x'
- name: Coverage Report
uses: ArtiomTr/jest-coverage-report-action@v2