Skip to content

configured the jest-code-coverage workflow file #1

configured the jest-code-coverage workflow file

configured the jest-code-coverage workflow file #1

Workflow file for this run

name: 'coverage'
on:
pull_request:
branches:
- master
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2