Skip to content

Add codecov test coverage report #451

Add codecov test coverage report

Add codecov test coverage report #451

Workflow file for this run

name: unit-tests
on: [push]
jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "12"
- run: yarn install
- run: yarn test