Skip to content

build(deps): bump next from 13.4.7 to 13.4.9 (#942) #65

build(deps): bump next from 13.4.7 to 13.4.9 (#942)

build(deps): bump next from 13.4.7 to 13.4.9 (#942) #65

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/jest-coverage-report-action@v2
with:
github-token: ${{ secrets.COVERAGE_TOKEN }}
threshold: 90