Skip to content

chore(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 #7

chore(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4

chore(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 #7

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