Skip to content

⚗️ Add Jest Test coverage integration pipeline yml #2

⚗️ Add Jest Test coverage integration pipeline yml

⚗️ Add Jest Test coverage integration pipeline yml #2

Workflow file for this run

name: Unit Test Coverage
on:
pull_request:
branches:
- master
- publish
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2
with:

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

View workflow run for this annotation

GitHub Actions / Unit Test Coverage

Invalid workflow file

The workflow is not valid. .github/workflows/test-coverage.yml (Line: 13, Col: 20): Unexpected value '' .github/workflows/test-coverage.yml (Line: 14, Col: 15): 'with' is already defined

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

View workflow run for this annotation

GitHub Actions / Unit Test Coverage

Invalid workflow file

The workflow is not valid. .github/workflows/test-coverage.yml (Line: 13, Col: 20): Unexpected value '' .github/workflows/test-coverage.yml (Line: 14, Col: 15): 'with' is already defined
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
custom-title: Jest Coverage report for NodeCache