Skip to content

chore(deps): bump get-func-name from 2.0.0 to 2.0.2 #73

chore(deps): bump get-func-name from 2.0.0 to 2.0.2

chore(deps): bump get-func-name from 2.0.0 to 2.0.2 #73

Workflow file for this run

name: Test Coverage
on: [ push, pull_request ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: yarn install
- run: yarn test-coverage
- uses: codecov/codecov-action@v1
with:
directory: ./coverage/