Skip to content

test(calendar): test calendar header component #34

test(calendar): test calendar header component

test(calendar): test calendar header component #34

Workflow file for this run

name: Jest Coverage Report
on:
pull_request:
branches:
- master
- main
jobs:
permissions: write-all

Check failure on line 9 in .github/workflows/jest-coverage.yml

View workflow run for this annotation

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

Invalid workflow file

You have an error in your yaml syntax on line 9
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
coverage_report_path: coverage/lcov-report/index.html
check_thresholds: true
thresholds: 'branches=90% lines=90% functions=90% statements=90%'