Skip to content

build(deps-dev): bump typescript from 5.0.4 to 5.1.6 #51

build(deps-dev): bump typescript from 5.0.4 to 5.1.6

build(deps-dev): bump typescript from 5.0.4 to 5.1.6 #51

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 }}
threshold: 90