Skip to content

Bump yup from 0.32.9 to 1.4.0 #11

Bump yup from 0.32.9 to 1.4.0

Bump yup from 0.32.9 to 1.4.0 #11

Workflow file for this run

name: Coverage
# Skip job run if PR updated
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request_target:
paths-ignore:
- 'docs/**'
workflow_dispatch:
jobs:
coverage:
runs-on: ubuntu-latest
name: Coverage report
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Test coverage
uses: ./ # Uses an action in the root directory
with:
annotations: failed-tests
test-script: npm run test:coverage