Skip to content

Implement code coverage metrics #1

Implement code coverage metrics

Implement code coverage metrics #1

Workflow file for this run

name: Coverage report
on:
pull_request:
branches:
- develop
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: artiomtr/jest-coverage-report-action@v1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# threshold: 80 # optional parameter