Skip to content

feat: add .toMeta() method on schemas during build #896

feat: add .toMeta() method on schemas during build

feat: add .toMeta() method on schemas during build #896

Workflow file for this run

name: Coverage
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
- run: yarn --frozen-lockfile
- run: git submodule update --init --recursive
- run: yarn run coverage:lcov
- uses: codecov/codecov-action@v1
with:
file: ./coverage/lcov.info