Skip to content

⚗️ Add Jest Test coverage integration pipeline yml #3

⚗️ Add Jest Test coverage integration pipeline yml

⚗️ Add Jest Test coverage integration pipeline yml #3

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:
github-token: ${{ secrets.GITHUB_TOKEN }}
custom-title: Jest Coverage report for NodeCache