Skip to content

feat: add support for template strings #191

feat: add support for template strings

feat: add support for template strings #191

Workflow file for this run

# https://github.com/marketplace/actions/jest-coverage-report
name: 'Code Coverage'
on:
pull_request:
branches:
- '*'
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ArtiomTr/jest-coverage-report-action@v2