Skip to content

chore(deps): bump undici from 5.22.1 to 5.28.4 #12

chore(deps): bump undici from 5.22.1 to 5.28.4

chore(deps): bump undici from 5.22.1 to 5.28.4 #12

Workflow file for this run

name: Coverage report
permissions: write-all
on:
pull_request:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm ci
- uses: ArtiomTr/jest-coverage-report-action@v2
env:
SKIP_ENV_VALIDATION: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
annotations: failed-tests