Skip to content

Add test coverage report to README.md and Github actions #5

Add test coverage report to README.md and Github actions

Add test coverage report to README.md and Github actions #5

Workflow file for this run

name: "coverage"
on:
pull_request:
branches:
- develop
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2