Skip to content

Revert chalk 5 because of ESM (attempt #3) (#77) #116

Revert chalk 5 because of ESM (attempt #3) (#77)

Revert chalk 5 because of ESM (attempt #3) (#77) #116

# This workflow will run the Jest coverage report
name: Jest coverage report
on:
push:
branches: [main]
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
coverage:
runs-on: ubuntu-latest
permissions:
checks: write
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: ArtiomTr/jest-coverage-report-action@v2