Skip to content

Bump actions/checkout from 2 to 4 #73

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #73

Workflow file for this run

name: 'Coverage'
on:
pull_request:
branches:
- master
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ArtiomTr/jest-coverage-report-action@v2
id: coverage
with:
package-manager: yarn
test-script: yarn jest
output: report-markdown