Skip to content

⚗️ updated jest test coverage ci yml #4

⚗️ updated jest test coverage ci yml

⚗️ updated jest test coverage ci yml #4

Workflow file for this run

name: Unit Test Coverage
on:
pull_request_target:
branches:
- master
- publish
jobs:
coverage:
permissions:
checks: write
pull-requests: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jwalton/gh-find-current-pr@v1
id: findPr

Check failure on line 17 in .github/workflows/test-coverage.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-coverage.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
prnumber: ${{ steps.findPr.outputs.number }}
github-token: ${{ secrets.GITHUB_TOKEN }}