Skip to content

Merge pull request #19 from tabkram/engine-id-as-execution-id #123

Merge pull request #19 from tabkram/engine-id-as-execution-id

Merge pull request #19 from tabkram/engine-id-as-execution-id #123

Workflow file for this run

name: 'coverage'
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
coverage:
runs-on: ubuntu-latest
permissions:
actions: write
checks: write
contents: write
discussions: write
pages: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2