Skip to content

build(deps-dev): bump eslint-plugin-react from 7.35.0 to 7.35.2 #826

build(deps-dev): bump eslint-plugin-react from 7.35.0 to 7.35.2

build(deps-dev): bump eslint-plugin-react from 7.35.0 to 7.35.2 #826

Workflow file for this run

name: coverage
on:
push:
branches: [master]
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
Coverage-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/[email protected]
with:
#coverage-file: ./test_reports/report.json
# base-coverage-file: coverage/report-final.json
test-script: npm test
annotations: none
threshold: 90
github-token: ${{ secrets.GH_COVERAGE }}