Skip to content

build(deps): bump @vercel/analytics from 1.0.2 to 1.1.1 #267

build(deps): bump @vercel/analytics from 1.0.2 to 1.1.1

build(deps): bump @vercel/analytics from 1.0.2 to 1.1.1 #267

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