Skip to content

build(deps-dev): bump eslint from 8.50.0 to 8.52.0 (#1025) #296

build(deps-dev): bump eslint from 8.50.0 to 8.52.0 (#1025)

build(deps-dev): bump eslint from 8.50.0 to 8.52.0 (#1025) #296

Workflow file for this run

name: coverage
on:
push:
branches: [master]
pull_request:
types: [opened, reopened, synchronize]
jobs:
Coverage-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/[email protected]
with:
coverage-file: ./coverage/coverage-final.json
test-script: npm test
threshold: 90