Skip to content

build(deps-dev): bump the eslint group across 1 directory with 8 updates #1635

build(deps-dev): bump the eslint group across 1 directory with 8 updates

build(deps-dev): bump the eslint group across 1 directory with 8 updates #1635

Workflow file for this run

name: 'Coverage'
on:
pull_request:
branches:
- master
permissions: write-all
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- uses: artiomtr/jest-coverage-report-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
annotations: coverage
package-manager: yarn